mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-21 01:38:55 +00:00
Need a different cache for builds
This commit is contained in:
parent
953f694985
commit
fb3996639a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_test.yml
vendored
4
.github/workflows/build_test.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-rust-check-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
run: cargo check
|
run: cargo check
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
@ -55,6 +55,6 @@ jobs:
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-rust-debug-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
Loading…
Add table
Reference in a new issue