Skip to content

Commit

Permalink
Tweak WASI CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 5, 2024
1 parent d3a3d51 commit 9bdb93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
wasmtime --version
- uses: Swatinem/rust-cache@v2
- run: cargo test --target wasm32-wasip1
- run: cargo test --no-default-features --target wasm32-wasip1

wasip2-tests:
name: WASI Preview 2 Test
Expand All @@ -306,7 +306,7 @@ jobs:
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
wasmtime --version
- uses: Swatinem/rust-cache@v2
- run: cargo test --target wasm32-wasip2 -Z build-std=core,alloc
- run: cargo test --no-default-features --target wasm32-wasip2 -Z build-std=core,alloc

build-tier2:
name: Tier 2 Build
Expand Down

0 comments on commit 9bdb93c

Please sign in to comment.