Skip to content

Commit bdee9ab

Browse files
committed
CI: drone: --verbose on the failing test
1 parent c6ad6e6 commit bdee9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/drone/linux_script_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ case "$1" in
3030
6)
3131
./build/zig build $BUILD_FLAGS test-universal-libc
3232
./build/zig build $BUILD_FLAGS test-compare-output
33-
./build/zig build $BUILD_FLAGS test-standalone -Dskip-release-safe
33+
./build/zig build $BUILD_FLAGS test-standalone -Dskip-release-safe --verbose
3434
./build/zig build $BUILD_FLAGS test-stack-traces
3535
./build/zig build $BUILD_FLAGS test-cli
3636
./build/zig build $BUILD_FLAGS test-asm-link

0 commit comments

Comments
 (0)