Skip to content

Commit ce6a5f6

Browse files
committed
CI: Try to fix pipefail on Linux
1 parent 20edf77 commit ce6a5f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ mint:
2323

2424
# Unit Test
2525

26+
test: SHELL:=/bin/bash
2627
test:
27-
set -o pipefail && \
28+
set -eo pipefail && \
2829
swift test --enable-code-coverage --build-path .build
2930

3031
code-coverage-summary:

0 commit comments

Comments
 (0)