Skip to content

Commit

Permalink
use 4 workers for Test Schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
GiaJordan authored Nov 21, 2023
1 parent fab37e2 commit 6767272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n 2
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n 4
- name: Run tests
env:
Expand All @@ -138,7 +138,7 @@ jobs:
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)" --reruns 2 -n 2
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)" --reruns 2 -n 4
- name: Upload pytest test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6767272

Please sign in to comment.