Skip to content

Commit

Permalink
Use --release for wasip2 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 5, 2024
1 parent ce4d789 commit d1b993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --no-default-features --target wasm32-wasip2 -Zbuild-std=std,panic_abort
- run: cargo test --release --target wasm32-wasip2 -Zbuild-std=std,panic_abort

build-tier2:
name: Tier 2 Build
Expand Down

0 comments on commit d1b993c

Please sign in to comment.