We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36ca8 commit ccd3e3aCopy full SHA for ccd3e3a
1 file changed
.github/workflows/ci.yml
@@ -37,5 +37,4 @@ jobs:
37
run: cabal build all
38
39
- name: Test
40
- run: cabal install hspec-discover
41
- run: cabal test all
+ run: cabal install hspec-discover && cabal test all
0 commit comments