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