Skip to content

Commit

Permalink
CI: Reorder test suites to start slowest first
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 15, 2024
1 parent 9323fa2 commit 187ada3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
- ubuntu-latest
# - windows-latest
suite:
# Slower suites go first to be started earlier.
- core-deps
- relx
# Other suites in alphabetical order.
- core-app
- core-apps
- core-autopatch
- core-compat
- core-deps
- core-makedep
- core-misc
- core-plugins
Expand All @@ -52,7 +55,6 @@ jobs:
- hex
- proper
- protobuffs
- relx
- shell
- sphinx
- triq
Expand Down

0 comments on commit 187ada3

Please sign in to comment.