Skip to content

Commit

Permalink
Reduce GitHub Actions unit test durations by removing tox and using t…
Browse files Browse the repository at this point in the history
…est parallelization (hhursev#1345)
  • Loading branch information
jayaddison authored Nov 3, 2024
1 parent 023ed29 commit 4663b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
cache: pip
- name: Install dependencies
run: python -m pip install .[dev]
- name: Install parallel test runner
run: python -m pip install unittest-parallel
- name: Run Tests
env:
PYTHONWARNINGS: "always:::recipe_scrapers,ignore:::recipe_scrapers.plugins.static_values"
run: python -m unittest
run: unittest-parallel --level test

0 comments on commit 4663b33

Please sign in to comment.