From a631fba84cb5f96e07f5cf380340a2686f388021 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 7 Oct 2024 07:32:50 +0200 Subject: [PATCH] ci: use --all when running cargo test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5bd23..4b19ee73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo test + - run: cargo test --all fmt: name: cargo fmt --all -- --check