Re-enabled graph tests (#736)

* enabled graph tests
* joined multi and single process CI testing
Este commit está contenido en:
akolliasAMD
2023-06-29 08:08:17 -06:00
cometido por GitHub
padre f7c553edad
commit cf8cfa88a8
Se han modificado 12 ficheros con 28 adiciones y 29 borrados
+3 -3
Ver fichero
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, DISABLED_OutOfPlaceGraph)
TEST(ReduceScatter, OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, DISABLED_InPlaceGraph)
TEST(ReduceScatter, InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, DISABLED_ManagedMemGraph)
TEST(ReduceScatter, ManagedMemGraph)
{
TestBed testBed;