mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-02-14 15:39:14 +01:00
Add cache action
This commit is contained in:
parent
b5b076f809
commit
d598431e2d
1
.github/workflows/build-rust.yml
vendored
1
.github/workflows/build-rust.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: Swatinem/rust-cache@v1.0.1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user