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 8e79298 commit 9e5d4cfCopy full SHA for 9e5d4cf
.github/workflows/ci.yml
@@ -41,6 +41,8 @@ jobs:
41
run: brew install llvm
42
- name: Install stable
43
uses: dtolnay/rust-toolchain@stable
44
+ with:
45
+ components: rustfmt, clippy
46
- name: Build
47
run: cargo build --verbose
48
- name: Run tests
0 commit comments