Check and test whole workspace
This commit is contained in:
parent
1ae81c6cb0
commit
b6b68cef44
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -25,8 +25,8 @@ jobs:
|
||||||
rustup toolchain install ${{ matrix.rust_version }}
|
rustup toolchain install ${{ matrix.rust_version }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup override set ${{ matrix.rust_version }}
|
- run: rustup override set ${{ matrix.rust_version }}
|
||||||
- name: cargo check
|
- name: cargo check --workspace
|
||||||
run: cargo check
|
run: cargo check --workspace
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -39,4 +39,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
prefix-key: v1
|
prefix-key: v1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test --workspace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue