We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141dcb6 commit ce4d789Copy full SHA for ce4d789
1 file changed
.github/workflows/tests.yml
@@ -306,7 +306,7 @@ jobs:
306
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
307
wasmtime --version
308
- uses: Swatinem/rust-cache@v2
309
- - run: cargo test --no-default-features --target wasm32-wasip2 -Z build-std=core,alloc
+ - run: cargo test --no-default-features --target wasm32-wasip2 -Zbuild-std=std,panic_abort
310
311
build-tier2:
312
name: Tier 2 Build
0 commit comments