Skip to content

Commit 952d80d

Browse files
committed
fix: make test-ci script exit immediately on errors
1 parent 40c30fd commit 952d80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/test-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
#
45
# Build script used by the SDKs to run all the necessary tasks for the CI build

0 commit comments

Comments
 (0)