We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4376f commit ec6f0eaCopy full SHA for ec6f0ea
.github/workflows/ci.yml
@@ -57,13 +57,6 @@ jobs:
57
steps:
58
- name: Checkout the source code
59
uses: actions/checkout@v4
60
- # Cache citool to make its build faster, as it's in the critical path.
61
- # The rust-cache doesn't bleed into the main `job`, so it should not affect any other
62
- # Rust compilation.
63
- - name: Cache citool
64
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65
- with:
66
- workspaces: src/ci/citool
67
- name: Test citool
68
# Only test citool on the auto branch, to reduce latency of the calculate matrix job
69
# on PR/try builds.
0 commit comments