mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-23 06:16:07 +08:00
use run workspace
This commit is contained in:
parent
11be10514b
commit
f6e3aa3e12
12
.github/workflows/selftest.yml
vendored
12
.github/workflows/selftest.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
||||
workspace-paths: tests
|
||||
|
||||
- run: |
|
||||
cd tests
|
||||
cargo check
|
||||
cargo test
|
||||
working-directory: tests
|
||||
|
||||
install:
|
||||
strategy:
|
||||
@ -70,8 +70,8 @@ jobs:
|
||||
tests
|
||||
tests/wasm-workspace
|
||||
|
||||
- run: |
|
||||
cd tests
|
||||
cargo check
|
||||
cd wasm-workspace
|
||||
cargo check
|
||||
- run: cargo check
|
||||
working-directory: tests
|
||||
|
||||
- run: cargo check
|
||||
working-directory: tests/wasm-workspace
|
||||
|
Loading…
Reference in New Issue
Block a user