chore[applying]: Fix cargo fmt from previous commits
This commit is contained in:
parent
73a3a73d0e
commit
615e2d4c29
4 changed files with 72 additions and 68 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
|
||||
- name: Run cargo check Windows
|
||||
- name: Run cargo check
|
||||
run: cargo check
|
||||
|
||||
test:
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
toolchain: stable
|
||||
|
||||
- name: Run cargo test
|
||||
run: cargo test
|
||||
run: cargo test --release
|
||||
|
||||
lints:
|
||||
name: Lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue