We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc45c2 commit 931c426Copy full SHA for 931c426
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
profile: minimal
28
toolchain: ${{ matrix.rust }}
29
+ components: rustfmt, clippy
30
override: true
31
- name: Test
32
run: |
0 commit comments