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 }} 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