From e574f4bdd00197060b9eb2e0990c7ec531a2acde Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 22 Mar 2021 13:41:50 +0100 Subject: [PATCH] Run tests also on windows --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d768e8d..3cc258f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -69,7 +69,7 @@ jobs: strategy: matrix: # add windows-latest when it is clear why tests are failing - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout sources