We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d122b commit 21bf70aCopy full SHA for 21bf70a
.github/workflows/test.yml
@@ -132,4 +132,6 @@ jobs:
132
if [[ "${{ matrix.expecttest-accept }}" == "true" ]]; then export EXPECTTEST_ACCEPT=1; fi
133
if [[ "${{ matrix.ref-eager }}" == "true" ]]; then export HELION_INTERPRET=1; fi
134
if [[ "${{ matrix.alias }}" == *"a10g"* ]]; then export HELION_DEV_LOW_VRAM=1; fi
135
- pytest --timeout=60
+ # -rf: print failed tests
136
+ # --timeout: max allowed time for each test
137
+ pytest -rf --timeout=60
0 commit comments