Skip to content

Commit

Permalink
change the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyamSB committed Nov 13, 2019
1 parent 4e90101 commit a3b42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- debug-cache-{{ checksum "./runtime/Cargo.lock" }}
- run:
name: runtime tests
command: cargo test -p polymesh-runtime
command: cd runtime && cargo test && cd ..
working_directory: .
- save_cache:
key: debug-cache-{{ checksum "./runtime/Cargo.lock" }}
Expand Down

0 comments on commit a3b42c8

Please sign in to comment.