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 8b17d23 commit a4ad83eCopy full SHA for a4ad83e
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install -e .[test]
24
pip install mock coverage pytest
25
- name: Test
26
- run: SKIP_UT_WITH_DFLOW=0 DFLOW_DEBUG=1 coverage run --source=./dpgen2 -m unittest -v -f && coverage report
+ run: SKIP_UT_WITH_DFLOW=0 DFLOW_DEBUG=1 coverage run --source=./dpgen2 -m unittest -v && coverage report
27
- uses: codecov/codecov-action@v5
28
env:
29
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments