diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 49785b2..bd293e1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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