Skip to content

Commit

Permalink
github/workflows/ci: Enable async feature for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 10, 2021
1 parent 74120c0 commit 59e4a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: rustup update stable && rustup default stable
- name: Install clippy
run: rustup component add clippy
- run: cargo clippy -- --deny warnings
- run: cargo clippy --features async -- --deny warnings

test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 59e4a16

Please sign in to comment.