mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-11 15:50:56 +00:00
Add explicit test for new function
This commit is contained in:
parent
b8653352b1
commit
17139b7a7d
1 changed files with 6 additions and 3 deletions
9
.github/workflows/selftest.yml
vendored
9
.github/workflows/selftest.yml
vendored
|
@ -22,8 +22,11 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
with:
|
||||||
|
cache-on-failure: true
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cargo install cargo-deny --locked
|
# cargo install cargo-deny --locked
|
||||||
cargo check
|
# cargo check
|
||||||
cargo test
|
# cargo test
|
||||||
|
wibble
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue