Check and test whole workspace

This commit is contained in:
Igor Katson 2024-08-29 10:56:37 +01:00
parent 1ae81c6cb0
commit b6b68cef44
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -25,8 +25,8 @@ jobs:
rustup toolchain install ${{ matrix.rust_version }}
- uses: actions/checkout@v4
- run: rustup override set ${{ matrix.rust_version }}
- name: cargo check
run: cargo check
- name: cargo check --workspace
run: cargo check --workspace
test:
strategy:
matrix:
@ -39,4 +39,4 @@ jobs:
with:
prefix-key: v1
- name: Run tests
run: cargo test
run: cargo test --workspace