Skip to content

Commit d1b993c

Browse files
committed
Use --release for wasip2 CI job
1 parent ce4d789 commit d1b993c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
307307
wasmtime --version
308308
- uses: Swatinem/rust-cache@v2
309-
- run: cargo test --no-default-features --target wasm32-wasip2 -Zbuild-std=std,panic_abort
309+
- run: cargo test --release --target wasm32-wasip2 -Zbuild-std=std,panic_abort
310310

311311
build-tier2:
312312
name: Tier 2 Build

0 commit comments

Comments
 (0)