diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa5fdd..383c7e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checking out uses: actions/checkout@v4 - name: Running rustfmt - run: cargo fmt --all + run: cargo fmt --all --check check-clippy: runs-on: ubuntu-latest