We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Zbuild-std=std,panic_abort
1 parent 56e2cd7 commit c1f81ffCopy full SHA for c1f81ff
1 file changed
.github/workflows/tests.yml
@@ -390,4 +390,4 @@ jobs:
390
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
391
wasmtime --version
392
- uses: Swatinem/rust-cache@v2
393
- - run: cargo test -Zbuild-std --target wasm32-wasip3
+ - run: cargo test -Zbuild-std=std,panic_abort --target wasm32-wasip3
0 commit comments