Re-enabled graph tests (#736)

* enabled graph tests
* joined multi and single process CI testing
This commit is contained in:
akolliasAMD
2023-06-29 08:08:17 -06:00
committed by GitHub
orang tua f7c553edad
melakukan cf8cfa88a8
12 mengubah file dengan 28 tambahan dan 29 penghapusan
+3 -3
Melihat File
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Gather, DISABLED_OutOfPlaceGraph)
TEST(Gather, OutOfPlaceGraph)
{
TestBed testBed;
@@ -65,7 +65,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Gather, DISABLED_InPlaceGraph)
TEST(Gather, InPlaceGraph)
{
TestBed testBed;
@@ -103,7 +103,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(Gather, DISABLED_ManagedMemGraph)
TEST(Gather, ManagedMemGraph)
{
TestBed testBed;