From 5b12fbb1433f09a3aeee530420dae284719d96e9 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 29 Dec 2023 11:13:33 +0100 Subject: Trying to fix flakyness by making hub_2 and hub_3 serial tests (potential issue on mingw with mmap). --- .github/workflows/rust-ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 2809aa58..2ca53b23 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -40,8 +40,6 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - uses: actions-rs/cargo@v1 with: command: test -- cgit v1.2.3