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
args: cargo-hack
- name: check minimal
uses: actions-rs/cargo@v1
with: { command: ci-min }
# - name: check minimal
# uses: actions-rs/cargo@v1
# with: { command: ci-min }
- name: check minimal + tests
uses: actions-rs/cargo@v1
with: { command: ci-min-test }
# - name: check minimal + tests
# uses: actions-rs/cargo@v1
# with: { command: ci-min-test }
- name: check full
uses: actions-rs/cargo@v1
with: { command: ci-full }
# - name: check full
# uses: actions-rs/cargo@v1
# with: { command: ci-full }
- name: doc tests
uses: actions-rs/cargo@v1