mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
fmt
This commit is contained in:
parent
b6181d044b
commit
b535e9c774
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -44,7 +44,9 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
components: rustfmt
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Check formatting
|
||||
run: cargo fmt --check
|
||||
if: ${{ matrix.build == 'linux-nightly' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue