We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cabal update
cabal install hspec-discover
1 parent 0ca3f51 commit 7ee2fbcCopy full SHA for 7ee2fbc
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,11 @@ jobs:
18
with:
19
nix_path: nixpkgs=channel:nixpkgs-unstable
20
21
+ - name: Nix channel --update
22
- run: nix-channel --update
23
24
+ - name: Cabal update
25
+ - run: nix develop --command bash -c 'cabal update'
26
+
27
- name: Build and run tests
- run: nix develop --command bash -c 'cabal test'
28
+ run: nix develop --command bash -c 'cabal install hspec-discover && cabal test'
0 commit comments