From 6e78c3a467d30d07469dae7138cb2858dad39bbe Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Sun, 13 Sep 2020 10:35:03 +0300 Subject: [PATCH] Fix CI scripts --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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