Compare commits
2 Commits
8bdaa85518
...
49ee87488a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49ee87488a | ||
|
|
caae3199db |
@ -19,7 +19,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
- name: Save cached toolchain
|
||||
id: cache-toolchain
|
||||
id: cache-toolchain-save
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
@ -37,9 +37,8 @@ jobs:
|
||||
target
|
||||
key: ${{ runner.os }}-project-dependencies
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- run: cargo test
|
||||
- name: Save cached cargo dependencies
|
||||
id: cache-toolchain
|
||||
id: cache-project-dependencies-restore
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user