Skip to content

Commit

Permalink
Update test-forks.yml and test-self-hosted.yml (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
melund authored Dec 6, 2023
1 parent cf27a84 commit 1700baf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run AMMR tests
run: |
cd Tests
pixi run pytest -n auto --dist worksteal `
pixi run pytest -n 5 --dist worksteal `
--splits 10 --group ${{ matrix.test_group }} --splitting-algorithm=least_duration `
--durations=10 `
--runslow
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
id: pixi
continue-on-error: true
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
post-cleanup: true

Expand All @@ -65,7 +66,7 @@ jobs:
- name: Run AMMR tests
run: |
cd Tests
pixi run pytest -n auto --dist worksteal `
pixi run pytest -n 5 --dist worksteal `
--splits 5 --group ${{ matrix.test_group }} --splitting-algorithm=least_duration `
--durations=10 `
--anybodycon="$Env:ANYBODYCON" `
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- uses: prefix-dev/[email protected]
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}

- name: Patch with custom version
Expand Down

0 comments on commit 1700baf

Please sign in to comment.