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