diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a89681c..0d8a919 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,8 @@ jobs: - name: cargo test uses: actions-rs/cargo@v1 with: - command: test --all-features + command: test + args: --all-features - name: cargo clippy uses: actions-rs/cargo@v1