Fail if Rust can't be installed
Signed-off-by: Robert Vojta <rvojta@me.com>
This commit is contained in:
parent
39fc90ad9e
commit
cd2b598cb0
2
.github/workflows/crossterm_test.yml
vendored
2
.github/workflows/crossterm_test.yml
vendored
@ -34,14 +34,12 @@ jobs:
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
components: rustfmt
|
||||
continue-on-error: ${{ matrix.can-fail }}
|
||||
- name: Toolchain Information
|
||||
run: |
|
||||
rustc --version
|
||||
rustfmt --version
|
||||
rustup --version
|
||||
cargo --version
|
||||
continue-on-error: ${{ matrix.can-fail }}
|
||||
- name: Check Formatting
|
||||
if: matrix.rust == 'stable'
|
||||
run: cargo fmt --all -- --check
|
||||
|
Loading…
Reference in New Issue
Block a user