Skip to content

Commit

Permalink
Exclude test_dirgraph from current test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 13, 2024
1 parent d5488f0 commit cc9cedc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,992 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ 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 --coverage
conda run -n zerod pytest -v --durations=0 --ignore=test_dirgraph.py --coverage
cd ../Release
make coverage
- name: Save coverage report
Expand Down
Loading

0 comments on commit cc9cedc

Please sign in to comment.