From f4484a9b1889b8bb2581c0b8f8311b499bdf4f50 Mon Sep 17 00:00:00 2001 From: kirillgarbar Date: Thu, 5 Oct 2023 20:59:23 +0300 Subject: [PATCH] Enable all tests --- tests/GraphBLAS-sharp.Tests/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =