We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cabal test
1 parent 61c2cf1 commit 1860aa2Copy full SHA for 1860aa2
2 files changed
.github/workflows/ci.yml
@@ -34,4 +34,5 @@ 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 install hspec-discover && cabal build arrayfire
+ run: cabal build arrayfire
38
+
test/Main.hs
@@ -20,6 +20,7 @@ instance (A.AFType a, Arbitrary a) => Arbitrary (Array a) where
20
21
main :: IO ()
22
main = do
23
+ A.setBackend A.CPU
24
-- checks (Proxy :: Proxy (A.Array (A.Complex Float)))
25
-- checks (Proxy :: Proxy (A.Array (A.Complex Double)))
26
-- checks (Proxy :: Proxy (A.Array Double))
0 commit comments