hmmmmmmm......

This commit is contained in:
Rob Ede 2021-06-23 19:49:04 +01:00
parent c3cf032e7e
commit 93dbb813d1
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 9 additions and 9 deletions

View File

@ -64,17 +64,17 @@ jobs:
command: install command: install
args: cargo-hack args: cargo-hack
- name: check minimal # - name: check minimal
uses: actions-rs/cargo@v1 # uses: actions-rs/cargo@v1
with: { command: ci-min } # with: { command: ci-min }
- name: check minimal + tests # - name: check minimal + tests
uses: actions-rs/cargo@v1 # uses: actions-rs/cargo@v1
with: { command: ci-min-test } # with: { command: ci-min-test }
- name: check full # - name: check full
uses: actions-rs/cargo@v1 # uses: actions-rs/cargo@v1
with: { command: ci-full } # with: { command: ci-full }
- name: doc tests - name: doc tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1