Skip to content

Commit

Permalink
Test merlin-systems as part of verifying containers (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Apr 6, 2022
1 parent f7d24f3 commit 332e1bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/test_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ echo "Run unit tests for Models"
pip install coverage
/models/ci/test_unit.sh $container $devices

## Test Systems
echo "Run unit tests for Systems"
pytest -rxs /systems/tests/unit

## Test HugeCTR
if [ "$container" == "merlin-training" ]; then
echo "Run unit tests for HugeCTR"
Expand Down

0 comments on commit 332e1bc

Please sign in to comment.