File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 82
82
- restore_cache :
83
83
keys :
84
84
- cargocache-v2-arm64-rust:1.54.0-{{ checksum "Cargo.lock" }}
85
+ - run :
86
+ name : " contracts/crypto-verify: integration-test"
87
+ working_directory : ~/project/contracts/crypto-verify
88
+ command : cargo wasm --locked && cargo integration-test --locked
89
+ - run :
90
+ name : " contracts/hackatom: integration-test"
91
+ working_directory : ~/project/contracts/hackatom
92
+ command : cargo wasm --locked && cargo integration-test --locked
93
+ - run :
94
+ name : " contracts/queue: integration-test"
95
+ working_directory : ~/project/contracts/queue
96
+ command : cargo wasm --locked && cargo integration-test --locked
97
+ - run :
98
+ name : " contracts/reflect: integration-test"
99
+ working_directory : ~/project/contracts/reflect
100
+ command : cargo wasm --locked && cargo integration-test --locked
101
+ - run :
102
+ name : " contracts/staking: integration-test"
103
+ working_directory : ~/project/contracts/staking
104
+ command : cargo wasm --locked && cargo integration-test --locked
85
105
- run :
86
106
name : " packages/crypto: test"
87
107
working_directory : ~/project/packages/crypto
You can’t perform that action at this time.
0 commit comments