From aa4f950044a52355bfaea9db3ddecc5933807c28 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Wed, 6 Apr 2022 14:30:11 -0700 Subject: [PATCH] Test merlin-systems as part of verifying containers --- ci/test_container.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/test_container.sh b/ci/test_container.sh index d0f8db22f..bc9d09d23 100755 --- a/ci/test_container.sh +++ b/ci/test_container.sh @@ -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"