From 29c6441dbb38a0046c7c8aa5e685748079dd839a Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Fri, 21 May 2021 20:11:28 +0200 Subject: [PATCH] infra(ci): correctly run pre-release tests --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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