We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hspec
hspec-discover
1 parent 29269c1 commit a99e153Copy full SHA for a99e153
1 file changed
.github/workflows/ci.yml
@@ -25,4 +25,4 @@ jobs:
25
run: nix develop --command bash -c 'cabal update'
26
27
- name: Build and run tests
28
- run: nix develop --command bash -c 'cabal install hspec-discover && cabal test'
+ run: nix develop --command bash -c 'cabal install && cabal test'
0 commit comments