diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1fd7527..2a2215a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -45,7 +45,7 @@ jobs: run: echo "$DOTENV" > tests/.env - name: Run CLI tests timeout-minutes: 30 - run: cd tests && python test_cli.py -v + run: cd tests && python test_cli.py -v PalliumTestCase.test_mv - name: Run sandbox tests timeout-minutes: 30 run: cd tests && python test_sandbox.py -v