From 74afdb8879d85c1444b601f60b8e1615e39b3716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 19 Jun 2024 15:16:06 +0300 Subject: [PATCH] Completely disable Web tests on Windows --- .github/workflows/tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26f0760c..4cfa41de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -225,13 +225,12 @@ jobs: include: - os: ubuntu-22.04 host: x86_64-unknown-linux-musl - - os: windows-2022 - host: x86_64-pc-windows-msvc - # We get spurious failures on Windows, see: - # https://github.com/rust-random/getrandom/issues/400 - continue-on-error: true - os: macos-12 host: x86_64-apple-darwin + # We get spurious failures on Windows, see: + # https://github.com/rust-random/getrandom/issues/400 + # - os: windows-2022 + # host: x86_64-pc-windows-msvc runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4