We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e334d75 commit af0a883Copy full SHA for af0a883
ci/container_unit.sh
@@ -32,7 +32,7 @@ cd /dataloader/ && pytest -rxs tests/unit || exit_code=1
32
33
## Test Systems
34
echo "Run unit tests for Systems"
35
-cd /systems && pytest -rxs tests/unit || exit_code=1
+cd /systems && ci/test_unit.sh $container $devices || exit_code=1
36
37
## Test HugeCTR
38
if [ "$container" == "merlin-hugectr" ]; then
0 commit comments