chore[applying]: Fix cargo fmt from previous commits

This commit is contained in:
Andrew Westberg 2024-09-25 20:12:04 +00:00
parent 73a3a73d0e
commit 615e2d4c29
4 changed files with 72 additions and 68 deletions

View file

@ -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