From 78eae1f21d565baee84dcbdfee91fdfab9b2bfdd Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sun, 18 Feb 2024 19:25:58 +0100 Subject: [PATCH] Only failing test --- .github/workflows/check.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 582217177..3c5f58b69 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,10 +25,6 @@ jobs: # https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html#schedule rust-toolchain: [stable] type: [debug] - include: - - os: ubuntu-latest - rust-toolchain: stable - type: release env: BUILD_TYPE: ${{ matrix.type == 'release' && '--release' || '' }} runs-on: ${{ matrix.os }} @@ -125,7 +121,7 @@ jobs: - name: Run tests and determine coverage run: | - cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features -- --nocapture + cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features datagram_tos -- --nocapture cargo +${{ matrix.rust-toolchain }} bench --features bench --no-run - name: Run client/server transfer