Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Oct 5, 2023
1 parent 60500e9 commit f4484a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GraphBLAS-sharp.Tests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ let algorithmsTests =
|> testSequenced

let deviceTests =
testList "Device" [ matrixTests; commonTests ]
testList "Device" [ matrixTests; commonTests; vectorTests; algorithmsTests ]
|> testSequenced

let hostTests =
Expand Down

0 comments on commit f4484a9

Please sign in to comment.