From c78d64487638b8f6c18dce312c743073a6c7355c Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 9 Nov 2023 00:15:51 +0100 Subject: [PATCH] Added Clippy to workflow --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 10ee003..e0950df 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,4 +20,5 @@ jobs: - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - - run: cargo test --verbose \ No newline at end of file + - run: cargo test --verbose + - run: cargo clippy --verbose \ No newline at end of file