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 7, 2024
1 parent 376e7d3 commit 0abe95e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
fail-fast: false
matrix:
spread-jobs:
- google:ubuntu-20.04-64
- google:ubuntu-22.04-64
# Only run core24 tests for now; fix this once all those tests are OK
- google:ubuntu-20.04-64:tests/spread/core24/
- google:ubuntu-22.04-64:tests/spread/core24/

steps:
- name: Checkout snapcraft
Expand Down

0 comments on commit 0abe95e

Please sign in to comment.