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