From 7cb602e71b908bddf07bb192a3ae04ae87f21d56 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 13 Apr 2022 13:21:05 +0300 Subject: [PATCH] Disable nasty Windows for `juniper_integration_tests` on CI --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde2bf27..d6768559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,10 +193,6 @@ jobs: # TODO: LLVM ERROR: out of memory - crate: juniper_integration_tests os: windows - toolchain: beta - - crate: juniper_integration_tests - os: windows - toolchain: nightly runs-on: ${{ matrix.os }}-latest steps: