Skip to content

Commit 90f4571

Browse files
committed
Remove mention of the impl crate from CI
1 parent 4a2ff20 commit 90f4571

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -513,15 +513,6 @@ jobs:
513513
working_directory: ~/project/packages/vm-derive
514514
command: cargo test --locked
515515

516-
- run:
517-
name: Build impl
518-
working_directory: ~/project/packages/vm-derive-impl
519-
command: cargo build --locked
520-
- run:
521-
name: Test impl
522-
working_directory: ~/project/packages/vm-derive-impl
523-
command: cargo test --locked
524-
525516
- save_cache:
526517
paths:
527518
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)