From b8991edc0527a21fd894bac908f3f53448748bbc Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:25:55 +1300 Subject: [PATCH] Add selftest on windows Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 2908ed0..aa43acc 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu', 'macos'] # TODO: add windows + os: ['ubuntu', 'macos', 'windows'] name: on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest