From 462988d1f4a4df6e095995c3bdacaba89243b9aa Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Sun, 7 Jan 2024 10:09:19 -0800 Subject: [PATCH] On Windows, test 64-bit GNU and 32-bit MSVC as well --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6979aeb..b8a55e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,11 @@ jobs: os: - ubuntu-latest - windows-latest + include: + - rust: stable-x86_64-pc-windows-gnu + os: windows-latest + - rust: stable-i686-pc-windows-msvc + os: windows-latest runs-on: ${{ matrix.os }} steps: