Skip to content

Commit 8ffacc8

Browse files
committed
Enable tests
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 707580f commit 8ffacc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
run: |
152152
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
153153
python -c "import monai; monai.config.print_config()"
154-
# ./runtests.sh --min
154+
./runtests.sh --min
155155
shell: bash
156156
env:
157157
QUICKTEST: True
@@ -221,7 +221,7 @@ jobs:
221221
run: |
222222
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
223223
python -c "import monai; monai.config.print_config()"
224-
# python -m unittest -v
224+
python -m unittest -v
225225
226226
packaging: # Test package generation
227227
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)