We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c7d62 commit ecacb2dCopy full SHA for ecacb2d
Makefile
@@ -22,7 +22,10 @@ testContainers:
22
cd ./lib/containers && ./generate-haskell.sh && cabal build containers-prop
23
24
# Run all tests
25
-test : checkWhitespace succeed fail testContainers
+test : checkWhitespace test-on-CI
26
+
27
+# Run all tests except for fix-whitespace
28
+test-on-CI : succeed fail testContainers
29
30
# Run only successful tests
31
succeed :
0 commit comments