Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Dec 9, 2024
1 parent 48ec30a commit fad8548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.60.0
override: true
- run: cargo install wasm-pack --version 0.10.3
- uses: actions-rs/cargo@v1
with:
command: test
args: --all --no-default-features
args: --all --no-default-features --locked
- uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features
args: --all --all-features --locked
- run: wasm-pack test --node --all

fmt:
Expand Down

0 comments on commit fad8548

Please sign in to comment.