Skip to content

Commit

Permalink
Remove mention of the impl crate from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 20, 2024
1 parent 4a2ff20 commit 90f4571
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,15 +513,6 @@ jobs:
working_directory: ~/project/packages/vm-derive
command: cargo test --locked

- run:
name: Build impl
working_directory: ~/project/packages/vm-derive-impl
command: cargo build --locked
- run:
name: Test impl
working_directory: ~/project/packages/vm-derive-impl
command: cargo test --locked

- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit 90f4571

Please sign in to comment.