Skip to content

Commit

Permalink
flake: run wasm tests using ReleaseSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jan 20, 2025
1 parent 320f8d5 commit de2e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
echo "zig build test bug -Dposix=force -Dforce_foreign_timer_queue=true -Dsanitize=true"
zig build test bug -Dposix=force -Dforce_foreign_timer_queue=true -Dsanitize=true
echo "zig build test:aio test:minilib -Dtarget=wasm32-wasi-none"
zig build test:aio test:minilib -Dtarget=wasm32-wasi-none
zig build -Doptimize=ReleaseSafe test:aio test:minilib -Dtarget=wasm32-wasi-none
elif [[ "$(uname)" == "Darwin" ]]; then
echo "zig build test bug"
zig build test bug
Expand Down

0 comments on commit de2e148

Please sign in to comment.