mirror of https://github.com/fafhrd91/actix-net
Fix CI scripts
This commit is contained in:
parent
2bc9eb266f
commit
6e78c3a467
|
@ -63,7 +63,7 @@ jobs:
|
|||
args: --all --all-features --no-fail-fast -- --nocapture
|
||||
|
||||
- name: tokio compat tests
|
||||
run:
|
||||
run: |
|
||||
cd actix-rt
|
||||
cargo test --features tokio-compat-executor --no-default-features
|
||||
|
||||
|
|
|
@ -43,6 +43,6 @@ jobs:
|
|||
args: --all --all-features --no-fail-fast -- --nocapture
|
||||
|
||||
- name: tokio compat tests
|
||||
run:
|
||||
run: |
|
||||
cd actix-rt
|
||||
cargo test --features tokio-compat-executor --no-default-features
|
||||
|
|
|
@ -69,6 +69,6 @@ jobs:
|
|||
args: --all --all-features --no-fail-fast -- --nocapture
|
||||
|
||||
- name: tokio compat tests
|
||||
run:
|
||||
run: |
|
||||
cd actix-rt
|
||||
cargo test --features tokio-compat-executor --no-default-features
|
||||
|
|
Loading…
Reference in New Issue