From 737114203288d7678c29e584478b8995d3b5fcd0 Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Mon, 17 Feb 2020 10:43:03 +0200 Subject: [PATCH] point actix-http tests to ./actix-http subdir --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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