Skip to content

Commit 1a70688

Browse files
committed
Remove x flag
1 parent 500b52a commit 1a70688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -ex
2+
set -e
33

44
if [[ -z "${CI}" ]]; then
55
FEAT="use-compiled-tools"

0 commit comments

Comments
 (0)