Perform cargo check on the release artifacts

This commit is contained in:
Louis Dureuil 2022-11-15 10:25:02 +01:00
parent 6dc6a5d874
commit 87576cf26c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --all-targets
args: --workspace --all-targets --release
- name: Run cargo test
uses: actions-rs/cargo@v1
with: