From 5e56078a6e84de0d7a756e48848c372e9b7a8853 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 9bcd795..62bb318 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,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: