diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4602a256e..e2c2f84ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: make -j2 cd ../tests conda run -n zerod pytest -v --durations=0 --coverage + conda run -n zerod pytest -v --durations=0 --coverage --ignore=test_dirgraph.py cd ../Release make coverage - name: Save coverage report