Skip to content

Commit c1f81ff

Browse files
committed
Use -Zbuild-std=std,panic_abort
1 parent 56e2cd7 commit c1f81ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ jobs:
390390
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
391391
wasmtime --version
392392
- uses: Swatinem/rust-cache@v2
393-
- run: cargo test -Zbuild-std --target wasm32-wasip3
393+
- run: cargo test -Zbuild-std=std,panic_abort --target wasm32-wasip3

0 commit comments

Comments
 (0)