diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 5900062..7aa307c 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -27,17 +27,17 @@ jobs: - name: Enforce formatting run: cargo fmt --check - # clippy: - # name: Clippy - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v3 - # - uses: dtolnay/rust-toolchain@stable - # with: - # components: clippy - # - uses: Swatinem/rust-cache@v2 - # - name: Linting - # run: cargo clippy -- -D warnings + clippy: + name: Clippy + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: dtolnay/rust-toolchain@stable + with: + components: clippy + - uses: Swatinem/rust-cache@v2 + - name: Linting + run: cargo clippy -- -D warnings coverage: name: Code coverage @@ -50,4 +50,4 @@ jobs: uses: actions/checkout@v3 - name: Generate code coverage run: | - cargo tarpaulin --verbose --workspace \ No newline at end of file + cargo tarpaulin --verbose --workspace