Re-enabled graph tests (#736)

* enabled graph tests
* joined multi and single process CI testing
このコミットが含まれているのは:
akolliasAMD
2023-06-29 08:08:17 -06:00
committed by GitHub
コミット cf8cfa88a8
12個のファイルの変更28行の追加29行の削除
+2 -2
ファイルの表示
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllToAll, DISABLED_OutOfPlaceGraph)
TEST(AllToAll, OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllToAll, DISABLED_ManagedMemGraph)
TEST(AllToAll, ManagedMemGraph)
{
TestBed testBed;