Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
- Fix cancelling jobs that are already successful in the cleanup stage
- Fix running all 10 jobs at once
  • Loading branch information
SpencerTorres authored Feb 20, 2025
1 parent 1a4c73f commit 09bb542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
test:
runs-on: [self-hosted, style-checker-aarch64]
strategy:
fail-fast: false
max-parallel: 2
matrix:
go:
- "1.24"
Expand Down

0 comments on commit 09bb542

Please sign in to comment.