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 677a8c8 commit 92aaf7aCopy full SHA for 92aaf7a
.github/workflows/test.yml
@@ -13,17 +13,13 @@ jobs:
13
env:
14
CARGO_TERM_COLOR: always
15
CARGO_INCREMENTAL: 0
16
- SCCACHE_GHA_ENABLED: "true"
17
- RUSTC_WRAPPER: "sccache"
18
steps:
19
- name: Check out repository code
20
uses: actions/checkout@v4
21
with:
22
fetch-depth: 2
23
- name: Install Rust specified toolchain
24
run: rustup show
25
- - name: Run sccache-cache
26
- uses: mozilla-actions/[email protected]
27
- name: Install cargo-nextest
28
uses: taiki-e/install-action@v2
29
0 commit comments