check fmt
This commit is contained in:
parent
8db926513e
commit
d343fc4b14
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Check format
|
||||||
|
run: cargo fmt --all --check
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --all-targets --verbose
|
run: cargo build --all-targets --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue