From c19f08a5bdce2218f542c150e65bd9cb31327c54 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 30 Dec 2024 17:13:26 +0100 Subject: [PATCH] wip --- .github/workflows/linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 547cc1d..e5a56a3 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