diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 547cc1d4..e5a56a36 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -56,8 +56,8 @@ jobs: args: --all --features=ntex/tokio -- --nocapture - name: Run tests [compio] - uses: actions-rs/cargo@v1 - timeout-minutes: 40 - with: - command: test - args: --all --features=ntex/compio -- --nocapture + uses: actions-rs/cargo@v1 + timeout-minutes: 40 + with: + command: test + args: --all --features=ntex/compio -- --nocapture