Skip to content

Commit af0a883

Browse files
committed
fix systems to run tests against repo ci script
1 parent e334d75 commit af0a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/container_unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd /dataloader/ && pytest -rxs tests/unit || exit_code=1
3232

3333
## Test Systems
3434
echo "Run unit tests for Systems"
35-
cd /systems && pytest -rxs tests/unit || exit_code=1
35+
cd /systems && ci/test_unit.sh $container $devices || exit_code=1
3636

3737
## Test HugeCTR
3838
if [ "$container" == "merlin-hugectr" ]; then

0 commit comments

Comments
 (0)