Skip to content

Commit

Permalink
Why are these tests failing, but only in the Github action?
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby authored Mar 14, 2024
1 parent 1fa3d09 commit efe369d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- run: cd tests && python3 test.py
- run: cd tests && python3 ../hancho.py --verbose job_count.hancho
- run: cd tests && python3 ../hancho.py --verbose tons_of_tasks.hancho

0 comments on commit efe369d

Please sign in to comment.