Skip to content

Commit

Permalink
Fix CI format checking arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Sep 11, 2020
1 parent 955ac54 commit 49c93fe
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 @@ -19,12 +19,13 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
components: rustfmt
override: true
- name: Run format checking
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check
args: -- --check
- name: Run cargo test (with OpenSSL cipher backend)
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 49c93fe

Please sign in to comment.