Skip to content

Commit f4ddfc2

Browse files
committed
Run one vm test step only
1 parent 210cf77 commit f4ddfc2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ jobs:
9393
- run:
9494
name: "packages/vm: test"
9595
working_directory: ~/project/packages/vm
96-
command: cargo test --locked
97-
- run:
98-
name: "packages/vm: test with all features"
99-
working_directory: ~/project/packages/vm
96+
# use all features
10097
command: cargo test --locked --features iterator,staking,stargate
10198
- save_cache:
10299
paths:

0 commit comments

Comments
 (0)