Check formatting in CI

This commit is contained in:
Laurenz 2023-04-04 14:36:47 +02:00
parent c2d88989a7
commit f738d89ff2

View File

@ -8,5 +8,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --check
- run: cargo build --workspace
- run: cargo test --workspace --no-fail-fast