This commit is contained in:
parent
8314b5a61d
commit
67dbd4a0b7
@ -9,17 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# - name: Set up cargo cache
|
- name: Cache Cargo dependencies
|
||||||
# uses: actions/cache@v3
|
uses: Swatinem/rust-cache@v2
|
||||||
# with:
|
|
||||||
# path: |
|
|
||||||
# ~/.cargo/bin/
|
|
||||||
# ~/.cargo/registry/index/
|
|
||||||
# ~/.cargo/registry/cache/
|
|
||||||
# ~/.cargo/git/db/
|
|
||||||
# target/
|
|
||||||
# key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
|
|
||||||
# restore-keys: ${{ runner.os }}-cargo-debug-
|
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user