This commit is contained in:
Rob Ede 2021-02-24 12:39:47 +00:00
parent 3c3b730a41
commit 7a74bb9997
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
with: with:
command: hack command: hack
args: check --workspace --no-default-features args: check --workspace --no-default-features
- name: check minimal + tests - name: check minimal + tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
@ -78,7 +78,7 @@ jobs:
with: with:
command: check command: check
args: --workspace --tests --examples args: --workspace --tests --examples
- name: check full - name: check full
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: