From e3ccb26d66596e432ba2462cf92b483eb31fee97 Mon Sep 17 00:00:00 2001 From: Kreijstal Date: Sun, 17 Nov 2024 07:46:37 +0100 Subject: [PATCH] Update .github/workflows/rust.yml Removing verbose it's okay, I'm not sure if cargo test tests linking the same binary as cargo build. So I'm not sure if it should be tested, furthermore maybe it makes sense to test in release mode rather than debug mode? Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com> --- .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 d17684a..542bc09 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,4 +50,4 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose + run: cargo test