diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 085e608c..604dbd0f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ea24016f..72148cb9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fd50cc7a..37512c1f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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