Skip to content

Commit d85e94f

Browse files
committed
hspec-discover
1 parent 5b36ca8 commit d85e94f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
run: cabal configure --flags="disable-default-paths disable-build-tool-depends" --extra-include-dirs=$(brew --prefix arrayfire)/include --extra-lib-dirs=$(brew --prefix arrayfire)/lib
3535

3636
- name: Build
37-
run: cabal build all
37+
run: cabal install hspec-discover && cabal build all
3838

3939
- name: Test
40-
run: cabal install hspec-discover
4140
run: cabal test all

0 commit comments

Comments
 (0)