Skip to content

Commit 9a00b13

Browse files
authored
fix typo in workflows
1 parent 71abeba commit 9a00b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: |
2424
rustup toolchain install nightly
2525
- name: build and clippy
26-
run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report & cargo clippy
26+
run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy

0 commit comments

Comments
 (0)