mirror of https://github.com/fafhrd91/actix-web
point actix-http tests to ./actix-http subdir
This commit is contained in:
parent
d2388a8275
commit
7371142032
|
@ -63,7 +63,7 @@ jobs:
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --package=actix-http --no-default-features --features=rustls -- --nocapture
|
args: --manifest-path=actix-http/Cargo.toml --no-default-features --features=rustls -- --nocapture
|
||||||
|
|
||||||
- name: tests (awc)
|
- name: tests (awc)
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue