Skip to content

Commit

Permalink
ci(spread): only run core24 spread tests
Browse files Browse the repository at this point in the history
The intention here is to speed-up spread runs and make the development
loop faster. I've run the non-core24-tests in this feature branch and
can confirm that they pass (or have unrelated failures).
  • Loading branch information
tigarmo committed Feb 8, 2024
1 parent 376e7d3 commit d8567cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
env:
SPREAD_GOOGLE_KEY: ${{ secrets.SPREAD_GOOGLE_KEY }}
UA_TOKEN: ${{ secrets.UA_TOKEN }}
run: spread ${{ matrix.spread-jobs }}
# Only run core24 tests for now; fix this once all those tests are OK
run: spread ${{ matrix.spread-jobs }}:tests/spread/core24/

- name: Discard spread workers
if: always()
Expand Down

0 comments on commit d8567cd

Please sign in to comment.