diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 230c65bb6b3..28670c69429 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,9 @@ on: - master schedule: - cron: 7 3 * * * + push: + branches: + - master jobs: pytest: @@ -87,6 +90,7 @@ jobs: run: | pytest -v tests/test_official.py exit $? + continue-on-error: True env: TEST_OFFICIAL: "true" shell: bash --noprofile --norc {0}