From 08c153049a715c98824627ab79d8cd83fcbdcda2 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 12 Jan 2024 14:45:43 +0100 Subject: [PATCH] fix CI --- .gitea/workflows/cargo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 66d8858..9577e27 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -13,8 +13,8 @@ jobs: - uses: dtolnay/rust-toolchain@stable - run: cargo check --all-features --all-targets - run: rustup component add rustfmt - - run: cargo fmt --all - run: cargo fix --all-features --all-targets + - run: cargo fmt --all - run: cargo test --all-features --all-targets - uses: stefanzweifel/git-auto-commit-action@v5 with: