From 87576cf26c2baa5a0a185cb54a319fda863d362c Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 15 Nov 2022 10:25:02 +0100 Subject: [PATCH] Perform cargo check on the release artifacts --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f7acfbebd..b0d15a6e0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: