Skip to content

Commit

Permalink
infra(ci): correctly run pre-release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 21, 2021
1 parent 4884e25 commit 29c6441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29c6441

Please # to comment.