From c28187b1358a5a0c5e3b74047eafdaa5cbf7b870 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Thu, 18 May 2023 14:04:55 +0200 Subject: [PATCH] ci: disable tests with the `stable-x86_64-pc-windows-gnu` toolchain See issue #29. --- .github/workflows/tests.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f21844c14..c643b0d37 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: - nightly - macos - win-msvc - - win-gnu + # - win-gnu - constant-folding-off include: - build: msrv @@ -44,10 +44,13 @@ jobs: rust: stable args: "" - - build: win-gnu - os: windows-latest - rust: stable-x86_64-gnu - args: "" + # Tests for the `stable-x86_64-pc-windows-gnu` toolchain disabled + # due to https://github.com/VirusTotal/yara-x/issues/29 + # + # - build: win-gnu + # os: windows-latest + # rust: stable-x86_64-gnu + # args: "" - build: constant-folding-off os: ubuntu-latest