mirror of https://github.com/fafhrd91/actix-web
hmmmmmmm......
This commit is contained in:
parent
c3cf032e7e
commit
93dbb813d1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue