diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7cabb8020..ebce29f23 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 40 with: 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) uses: actions-rs/cargo@v1