Skip to content

Commit

Permalink
set COVERAGE_PARALLEL
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 18, 2025
1 parent 6a52b77 commit 6890d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
run: pip freeze

- name: Run tests
env:
COVERAGE_PARALLEL: True
run: >
pytest
-m "not fuzzing"
Expand Down Expand Up @@ -204,6 +206,8 @@ jobs:
run: curl --location "https://raw.githubusercontent.com/vyperlang/vyper-test-durations/master/test_durations" -o .test_durations

- name: Run tests
env:
COVERAGE_PARALLEL: True
run: |
pytest \
-m "fuzzing" \
Expand Down

0 comments on commit 6890d6d

Please sign in to comment.