diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33de46b..e72be42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,10 @@ jobs: run: cargo build continue-on-error: false - - name: Format - run: cargo fmt + - name: Formatting + uses: actions-rs/cargo@v1 + with: + command: fmt continue-on-error: false - name: Lint