point actix-http tests to ./actix-http subdir

This commit is contained in:
Maksym Vorobiov 2020-02-17 10:43:03 +02:00
parent d2388a8275
commit 7371142032
1 changed files with 1 additions and 1 deletions

View File

@ -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