This commit is contained in:
Nick Pegg 2025-05-08 12:23:09 -07:00
parent 16b1d6f29d
commit d2e077ef2d

View file

@ -28,10 +28,10 @@ jobs:
- name: Rust version
run: rustup --version
- name: Check
run: cargo check --verbose
run: cargo check
- name: Clippy
run: cargo clippy
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose