Skip to content

Commit

Permalink
Run integration tests on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 18, 2022
1 parent f7d2b9d commit 1391985
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Expand Up @@ -82,6 +82,26 @@ jobs:
- restore_cache:
keys:
- cargocache-v2-arm64-rust:1.54.0-{{ checksum "Cargo.lock" }}
- run:
name: "contracts/crypto-verify: integration-test"
working_directory: ~/project/contracts/crypto-verify
command: cargo wasm --locked && cargo cargo integration-test --locked
- run:
name: "contracts/hackatom: integration-test"
working_directory: ~/project/contracts/hackatom
command: cargo wasm --locked && cargo cargo integration-test --locked
- run:
name: "contracts/queue: integration-test"
working_directory: ~/project/contracts/queue
command: cargo wasm --locked && cargo cargo integration-test --locked
- run:
name: "contracts/reflect: integration-test"
working_directory: ~/project/contracts/reflect
command: cargo wasm --locked && cargo cargo integration-test --locked
- run:
name: "contracts/staking: integration-test"
working_directory: ~/project/contracts/staking
command: cargo wasm --locked && cargo cargo integration-test --locked
- run:
name: "packages/crypto: test"
working_directory: ~/project/packages/crypto
Expand Down

0 comments on commit 1391985

Please sign in to comment.