mirror of https://github.com/fafhrd91/actix-net
fix ci
This commit is contained in:
parent
ef2915a616
commit
3c3b730a41
|
@ -65,13 +65,13 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: hack
|
command: hack
|
||||||
args: --clean-per-run 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:
|
||||||
command: check
|
command: hack
|
||||||
args: --workspace --no-default-features --tests --examples
|
args: check --workspace --no-default-features --tests --examples
|
||||||
|
|
||||||
- name: check default
|
- name: check default
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue