diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a92f52a..79bf87c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,7 +43,8 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - command: test --no-default-features + command: test + args: --no-default-features format: name: Format