File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 - uses : actions-rs/toolchain@v1
17- with :
18- toolchain : stable
1917 - name : " build all"
2018 # We keep these separate since sometimes the derive fails when
2119 # independently built.
3129 - uses : actions/checkout@v2
3230 - uses : actions-rs/toolchain@v1
3331 with :
34- toolchain : stable
3532 components : clippy
3633 - name : " clippy --all"
3734 run : cargo clippy --all --tests -- -D warnings
4340 - uses : actions/checkout@v2
4441 - uses : actions-rs/toolchain@v1
4542 with :
46- toolchain : stable
4743 components : rustfmt
4844 - name : Run
4945 run : cargo fmt --all -- --check
5450 steps :
5551 - uses : actions/checkout@v2
5652 - uses : actions-rs/toolchain@v1
57- with :
58- toolchain : stable
5953 - uses : Swatinem/rust-cache@v1
6054 - uses : taiki-e/install-action@nextest
6155 - name : Run
6963 - uses : actions/checkout@v3
7064 - uses : actions-rs/toolchain@v1
7165 with :
72- toolchain : stable
7366 components : llvm-tools-preview
7467 - name : Install cargo-llvm-cov
7568 uses : taiki-e/install-action@cargo-llvm-cov
Original file line number Diff line number Diff line change 1+ 1.69.0
You can’t perform that action at this time.
0 commit comments