mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
ci: Make sure whole workspace is tested
This commit is contained in:
4
.github/workflows/cicd.yml
vendored
4
.github/workflows/cicd.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
continue-on-error: false
|
||||
with:
|
||||
command: check
|
||||
command: check --workspace
|
||||
|
||||
test:
|
||||
name: Test Suite
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all-features
|
||||
args: --all-features --verbose --workspace
|
||||
|
||||
coverage:
|
||||
name: Test Coverage
|
||||
|
||||
Reference in New Issue
Block a user