From f89e8dae0883e71f886cedce4629ab82ba92ca83 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 17 Sep 2024 18:29:36 +0500 Subject: [PATCH] wip --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0e1b087..cdbb6ec 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -50,6 +50,7 @@ jobs: - name: Run tests (compio) uses: actions-rs/cargo@v1 timeout-minutes: 40 + if: matrix.version != '1.75.0' with: command: test args: --all --no-fail-fast --features=ntex/compio -- --nocapture