Skip to content

Commit f4484a9

Browse files
committed
Enable all tests
1 parent 60500e9 commit f4484a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GraphBLAS-sharp.Tests/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let algorithmsTests =
9696
|> testSequenced
9797

9898
let deviceTests =
99-
testList "Device" [ matrixTests; commonTests ]
99+
testList "Device" [ matrixTests; commonTests; vectorTests; algorithmsTests ]
100100
|> testSequenced
101101

102102
let hostTests =

0 commit comments

Comments
 (0)