Check that git tree is clean after build (#6495)
This commit is contained in:
parent
70399a94fd
commit
9e3c1199ed
|
|
@ -81,6 +81,7 @@ jobs:
|
||||||
- run: cargo clippy --workspace --all-targets --no-default-features
|
- run: cargo clippy --workspace --all-targets --no-default-features
|
||||||
- run: cargo fmt --check --all
|
- run: cargo fmt --check --all
|
||||||
- run: cargo doc --workspace --no-deps
|
- run: cargo doc --workspace --no-deps
|
||||||
|
- run: git diff --exit-code
|
||||||
|
|
||||||
min-version:
|
min-version:
|
||||||
name: Check minimum Rust version
|
name: Check minimum Rust version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue