Skip to content

Commit

Permalink
Tweak CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Sep 18, 2024
1 parent 927f14a commit 12809c4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,13 @@ jobs:
run: cargo test --no-run -Z build-std=std,panic_abort --target=wasm64-unknown-unknown --features=js

wasip1-tests:
name: WASI Preview 1 Test
name: WASI 0.1 Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.81
targets: wasm32-wasip1
- name: Install precompiled wasmtime
run: |
Expand All @@ -291,12 +292,13 @@ jobs:
- run: cargo test --no-default-features --target wasm32-wasip1

wasip2-tests:
name: WASI Preview 2 Test
name: WASI 0.2 Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: beta # TODO: Use 1.82 after it's released
targets: wasm32-wasip2
components: rust-src
- name: Install precompiled wasmtime
Expand Down

0 comments on commit 12809c4

Please sign in to comment.