Skip to content

Commit

Permalink
fix: add clippy into toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2023
1 parent 853f2b3 commit 1787a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
components: clippy
profile: minimal
override: true
- run: make build
- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 1787a76

Please sign in to comment.