mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Create named subtests for each NCCL test
PiperOrigin-RevId: 651601366
This commit is contained in:
@@ -54,7 +54,8 @@ func TestNCCL(t *testing.T) {
|
||||
|
||||
ctx := context.Background()
|
||||
for _, test := range testNames {
|
||||
t.Logf("Running NCCL test: %s", test)
|
||||
runNCCL(ctx, t, test)
|
||||
t.Run(test, func(t *testing.T) {
|
||||
runNCCL(ctx, t, test)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user