diff --git a/tests/GraphBLAS-sharp.Tests/Program.fs b/tests/GraphBLAS-sharp.Tests/Program.fs index cabbacae..b6dade9e 100644 --- a/tests/GraphBLAS-sharp.Tests/Program.fs +++ b/tests/GraphBLAS-sharp.Tests/Program.fs @@ -96,7 +96,7 @@ let algorithmsTests = |> testSequenced let deviceTests = - testList "Device" [ matrixTests; commonTests ] + testList "Device" [ matrixTests; commonTests; vectorTests; algorithmsTests ] |> testSequenced let hostTests =