Skip to content

Commit

Permalink
ci: disable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Oct 21, 2023
1 parent 21dd343 commit 8bdae3b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
name: Lint & test
name: CI
steps:
- uses: actions/checkout@v3
- name: Set up cargo cache
Expand All @@ -25,10 +25,9 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- name: cargo test
run: cargo test

# uncomment to enable clippy linter
- name: cargo clippy
run: cargo clippy -- -D warnings
# - name: cargo clippy
# run: cargo clippy -- -D warnings
# uncomment to enable format linter
- name: cargo fmt
run: cargo fmt --check
# - name: cargo fmt
# run: cargo fmt --check

0 comments on commit 8bdae3b

Please sign in to comment.