Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jan 5, 2023
1 parent af7fbaa commit dd01e1c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [nightly]
# [NOTE] Clippy checks on beta and nightly fails due to a tool's bug
# toolchain: [stable, beta, nightly]
toolchain: [stable, beta, nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v1
Expand All @@ -77,8 +75,9 @@ jobs:
command: fmt
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features --all -- -D warnings
# [NOTE] Clippy check fails due to a tool's bug
# - name: Run cargo clippy
# uses: actions-rs/cargo@v1
# with:
# command: clippy
# args: --all-features --all -- -D warnings

0 comments on commit dd01e1c

Please sign in to comment.