test: Ensure all crates members of the workspace are compiled & tested.

This commit is contained in:
Ivan Enderlin
2022-06-23 14:10:31 +02:00
parent c29e2b9563
commit 68b6c19dd4

View File

@@ -127,7 +127,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run
args: run --workspace
- name: Test documentation
uses: actions-rs/cargo@v1