We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71abeba commit 9a00b13Copy full SHA for 9a00b13
.github/workflows/rust.yml
@@ -23,4 +23,4 @@ jobs:
23
run: |
24
rustup toolchain install nightly
25
- name: build and clippy
26
- run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report & cargo clippy
+ run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy
0 commit comments