Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 23, 2024
1 parent d6f1905 commit 1dd20fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: echo "$DOTENV" > tests/.env
- name: Run CLI tests
timeout-minutes: 30
run: cd tests && python -m trace --trace 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
Expand Down

0 comments on commit 1dd20fe

Please sign in to comment.