Skip to content

Commit

Permalink
Switch the cargo-test-lib-std CI job to use `buildjet-4vcpu-ubuntu-…
Browse files Browse the repository at this point in the history
…2204` (FuelLabs#4403)

`cargo-test-lib-std` is only the job that seems to benefit from the
faster runner. This is still quite beneficial though because this job is
the bottleneck in our CI. I noticed a reduction from 16min to 8min or
so.
  • Loading branch information
mohammadfawaz authored Apr 6, 2023
1 parent 607ac50 commit a28b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

# TODO: Remove this upon merging std tests with the rest of the E2E tests.
cargo-test-lib-std:
runs-on: ubuntu-latest
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- name: Install toolchain
Expand Down

0 comments on commit a28b5eb

Please sign in to comment.