Skip to content

Commit

Permalink
Make short tests use only the high memory runners
Browse files Browse the repository at this point in the history
Attempt 3 : Use Max's suggestion of building runs-on "manually"
  • Loading branch information
aaruni96 committed Nov 6, 2024
1 parent 71cc52c commit 3d393d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
- [Linux, RPTU]
depwarn: [ '' ]
include:
# only run short jobs on high memory runners
- group: short
os: [Linux, RPTU, high-memory]
# Add a single job per group with deprecation errors on the most recent stable julia version
- julia-version: '1.10'
group: 'short'
os: [Linux, RPTU]
os: [Linux, RPTU, high-memory]
depwarn: 'depwarn=error'
- julia-version: '1.10'
group: 'long'
Expand Down

0 comments on commit 3d393d4

Please sign in to comment.