We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36ca8 commit d85e94fCopy full SHA for d85e94f
1 file changed
.github/workflows/ci.yml
@@ -34,8 +34,7 @@ jobs:
34
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
35
36
- name: Build
37
- run: cabal build all
+ run: cabal install hspec-discover && cabal build all
38
39
- name: Test
40
- run: cabal install hspec-discover
41
run: cabal test all
0 commit comments