Skip to content

Commit 7ee2fbc

Browse files
committed
cabal update, cabal install hspec-discover
1 parent 0ca3f51 commit 7ee2fbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
with:
1919
nix_path: nixpkgs=channel:nixpkgs-unstable
2020

21+
- name: Nix channel --update
2122
- run: nix-channel --update
2223

24+
- name: Cabal update
25+
- run: nix develop --command bash -c 'cabal update'
26+
2327
- name: Build and run tests
24-
run: nix develop --command bash -c 'cabal test'
28+
run: nix develop --command bash -c 'cabal install hspec-discover && cabal test'

0 commit comments

Comments
 (0)