mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci: check formatting
This commit is contained in:
@@ -27,8 +27,11 @@ jobs:
|
|||||||
- name: Check
|
- name: Check
|
||||||
run: cargo check --verbose
|
run: cargo check --verbose
|
||||||
|
|
||||||
|
- name: Formatting
|
||||||
|
run: cargo fmt --check --verbose
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
- name: Run tests
|
- name: Test
|
||||||
run: cargo nextest run
|
run: cargo nextest run
|
||||||
|
Reference in New Issue
Block a user