diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 206ec38..02817ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,8 @@ jobs: - name: cargo test uses: actions-rs/cargo@v1 with: - command: test ${{ matrix.args }} + command: test + args: ${{ matrix.args }} cargo-deny: runs-on: ubuntu-latest