We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ce116 commit 85f0d4fCopy full SHA for 85f0d4f
1 file changed
.github/workflows/ci.yml
@@ -36,3 +36,6 @@ jobs:
36
- name: Build
37
run: cabal build arrayfire
38
39
+ - name: Test
40
+ run: cabal install hspec-discover && cabal test
41
+
0 commit comments