aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 33a1ff22..4b8b2fa7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -110,7 +110,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
- key: ${ runner.os }-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo test
run: cargo nextest run --lib --bins
@@ -135,7 +135,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
- key: ${ runner.os }-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo check (all features)
run: cargo check --all-features --workspace
@@ -184,7 +184,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
- key: ${ runner.os }-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo test
run: cargo nextest run --test '*'