We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bench
1 parent 8b85532 commit 2f60482Copy full SHA for 2f60482
1 file changed
.github/workflows/ci.yml
@@ -98,6 +98,7 @@ jobs:
98
- uses: dtolnay/rust-toolchain@v1
99
with:
100
toolchain: stable
101
+ components: clippy
102
103
- run: cargo clippy -p juniper_benchmarks --benches -- -D warnings
104
- run: cargo bench -p juniper_benchmarks
0 commit comments