run the tests in all workspaces

This commit is contained in:
Irevoire 2022-10-31 18:38:48 +01:00
parent 4bcfd14a45
commit 5ff066c3e7
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B

View File

@ -46,7 +46,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --release
args: --release --all
fmt:
name: Run Rustfmt