Skip to content

Commit

Permalink
ci: disable tests with the stable-x86_64-pc-windows-gnu toolchain
Browse files Browse the repository at this point in the history
See issue #29.
  • Loading branch information
plusvic committed May 18, 2023
1 parent 610f9e2 commit c28187b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- nightly
- macos
- win-msvc
- win-gnu
# - win-gnu
- constant-folding-off
include:
- build: msrv
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c28187b

Please sign in to comment.