reorder the format and build stages

This commit is contained in:
2023-09-24 17:25:55 -07:00
parent 4c53419fc0
commit eba5227ebc

View File

@@ -25,9 +25,9 @@ jobs:
toolchain: ${{ matrix.rust }}
default: true
override: true
- name: Build
run: cargo build
- name: Format Check
run: cargo fmt --check
- name: Build
run: cargo build
- name: Run tests
run: cargo test