Skip to content

Commit

Permalink
ci: disable multiprocess testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bilbeyt committed Aug 30, 2023
1 parent 6a22d8f commit 241b6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
pip install .[test]
- name: Run Tests
run: pytest -m "not fuzzing" -s --cov=src -n auto --dist loadscope
run: ape test -m "not fuzzing" -s --cov=src --dist loadscope

fuzzing:
runs-on: ubuntu-latest
Expand All @@ -117,4 +117,4 @@ jobs:
pip install .[test]
- name: Run Tests
run: pytest -m "fuzzing" --no-cov -s
run: ape test -m "fuzzing" --no-cov -s

0 comments on commit 241b6ef

Please sign in to comment.