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 }} toolchain: ${{ matrix.rust }}
default: true default: true
override: true override: true
- name: Build
run: cargo build
- name: Format Check - name: Format Check
run: cargo fmt --check run: cargo fmt --check
- name: Build
run: cargo build
- name: Run tests - name: Run tests
run: cargo test run: cargo test