ci: check formatting

This commit is contained in:
J / Jacob Babich
2024-09-30 02:20:22 -04:00
parent 44fcea467a
commit bee8d9a21e

View File

@@ -27,8 +27,11 @@ jobs:
- name: Check
run: cargo check --verbose
- name: Formatting
run: cargo fmt --check --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
- name: Test
run: cargo nextest run