Skip to content

Commit a99e153

Browse files
committed
hspec -> hspec-discover
1 parent 29269c1 commit a99e153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: nix develop --command bash -c 'cabal update'
2626

2727
- name: Build and run tests
28-
run: nix develop --command bash -c 'cabal install hspec-discover && cabal test'
28+
run: nix develop --command bash -c 'cabal install && cabal test'

0 commit comments

Comments
 (0)