diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e3f713..3c171f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: fmt - args: --all -- --check + args: -- --check build: name: ${{ matrix.name }}