Skip to content

Commit 85f0d4f

Browse files
committed
Run tests in CI.
1 parent 50ce116 commit 85f0d4f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636
- name: Build
3737
run: cabal build arrayfire
3838

39+
- name: Test
40+
run: cabal install hspec-discover && cabal test
41+

0 commit comments

Comments
 (0)