mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 05:19:27 +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
|
uses: actions-rs/cargo@v1
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check --workspace
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test Suite
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --all-features
|
args: --all-features --verbose --workspace
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Test Coverage
|
name: Test Coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user