Skip to content

Commit 66ec315

Browse files
authored
Merge pull request #529 from vvoland/fix-make-test
Makefile: fix `test` not working in Github actions
2 parents c7e4dd9 + f27a79a commit 66ec315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ shellcheck: $(FILES)
3333
.PHONY: test
3434
test: $(foreach channel,$(CHANNELS),build/$(channel)/install.sh)
3535
for file in $^; do \
36-
(set -x; docker run --rm -it \
36+
(set -eux; docker run --rm -i \
3737
$(VOLUME_MOUNTS) \
3838
--privileged \
3939
-e HOME=/tmp \

0 commit comments

Comments
 (0)