Skip to content

Commit

Permalink
ci: tweak test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Nov 3, 2023
1 parent 638205a commit 15bb972
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
cache-on-failure: true

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install toolchain for test contracts
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
Expand All @@ -32,7 +27,9 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: cargo test
run: cargo test --all --all-features
run: |
rustup install 1.70.0
cargo +1.70.0 test --all --all-features
lint:
name: Format
Expand Down

0 comments on commit 15bb972

Please sign in to comment.