diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccaf70527..019d38b20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,6 @@ jobs: cmake -DENABLE_COVERAGE=ON .. make -j2 cd ../tests -# conda run -n zerod pytest -v --durations=0 --coverage conda run -n zerod pytest -v --durations=0 --ignore=test_dirgraph.py --coverage cd ../Release make coverage