Skip to content

Commit ecacb2d

Browse files
committed
Fix Makefile for CI
1 parent f6c7d62 commit ecacb2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ testContainers:
2222
cd ./lib/containers && ./generate-haskell.sh && cabal build containers-prop
2323

2424
# Run all tests
25-
test : checkWhitespace succeed fail testContainers
25+
test : checkWhitespace test-on-CI
26+
27+
# Run all tests except for fix-whitespace
28+
test-on-CI : succeed fail testContainers
2629

2730
# Run only successful tests
2831
succeed :

0 commit comments

Comments
 (0)