mirror of https://github.com/fafhrd91/actix-net
check all features
This commit is contained in:
parent
37949f63cd
commit
ef2915a616
|
@ -70,14 +70,20 @@ jobs:
|
||||||
- name: check minimal + tests
|
- name: check minimal + tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: hack
|
command: check
|
||||||
args: --clean-per-run check --workspace --no-default-features --tests --examples
|
args: --workspace --no-default-features --tests --examples
|
||||||
|
|
||||||
|
- name: check default
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
args: --workspace --tests --examples
|
||||||
|
|
||||||
- name: check full
|
- name: check full
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --workspace --bins --examples --tests
|
args: --workspace --all-features --tests --examples
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
if: matrix.target.triple != 'x86_64-pc-windows-gnu'
|
if: matrix.target.triple != 'x86_64-pc-windows-gnu'
|
||||||
|
|
Loading…
Reference in New Issue