From 3dc936d5a608112bf1e006f8de782129fc33ea3d 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 ad1fc41..39b5b10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,11 @@ jobs: os: - ubuntu-latest - windows-latest + include: + - os: windows-latest + rust: stable-x86_64-pc-windows-gnu + - os: windows-latest + rust: stable-i686-pc-windows-msvc runs-on: ${{ matrix.os }} steps: