From 3ee2b079186b2443006a0ccae34df35758a8a41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Thu, 29 Apr 2021 15:19:48 +0200 Subject: [PATCH] Improve CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bdbf50a95..ee23eb487 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,8 +24,8 @@ jobs: - name: Run cargo check without any default features uses: actions-rs/cargo@v1 with: - command: check - args: --no-default-features + command: build + args: --locked --release --no-default-features - name: Run cargo test uses: actions-rs/cargo@v1 with: