Skip to content

Commit 36a1abc

Browse files
committed
fixup! .github/workflows/ci.yml: exercise 'zig build test'.
1 parent dff6c60 commit 36a1abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ jobs:
286286
fi
287287
if [ -x ~/$base_dir/zig ]; then
288288
PATH=~/$base_dir:$PATH
289-
(set -x && zig build test)
289+
zig build test --summary new
290290
if [ ! -d ~/.wasmtime ]; then
291291
curl https://wasmtime.dev/install.sh -sSf | bash
292292
fi
293293
PATH=~/.wasmtime/bin:$PATH
294-
(set -x && zig build test -Dtarget=wasm32-wasi -fwasmtime)
294+
zig build test -Dtarget=wasm32-wasi -fwasmtime --summary new
295295
fi

0 commit comments

Comments
 (0)