Skip to content

Commit

Permalink
Run one vm test step only
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 18, 2022
1 parent ed499e9 commit f7d2b9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ jobs:
- run:
name: "packages/vm: test"
working_directory: ~/project/packages/vm
command: cargo test --locked
- run:
name: "packages/vm: test with all features"
working_directory: ~/project/packages/vm
# use all features
command: cargo test --locked --features iterator,staking,stargate
- save_cache:
paths:
Expand Down

0 comments on commit f7d2b9d

Please sign in to comment.