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