Skip to content

Commit

Permalink
ci: faster cargo check features
Browse files Browse the repository at this point in the history
Bumping up the size of the runner, since we added more compute-intensive
logic back in [0]. The logic is still serialized, but now it should
complete faster. I've noticed the cache getting evicted faster lately,
due to multiple large PRs, so the extra compute will help offset the
delay caused by cache busting.

[0] f7234c0
  • Loading branch information
conorsch committed May 21, 2024
1 parent c7e1ad8 commit 1999d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

check:
name: Check all crate features
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1999d65

Please sign in to comment.