From efe369dbd666c2ad071e7ba35eeb89beac7c97be Mon Sep 17 00:00:00 2001 From: aappleby Date: Wed, 13 Mar 2024 18:04:39 -0700 Subject: [PATCH] Why are these tests failing, but only in the Github action? --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6789c28..6fa8bfd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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