From 192637163ee44ca8c146e55fe93643c67c720bc6 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 24 Apr 2024 12:12:29 +1000 Subject: [PATCH] Enable testing on Windows --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index ad348a7..e52fe2d 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -77,7 +77,7 @@ jobs: os: - macos-latest - ubuntu-latest - # - windows-latest -- coming soon, https://github.com/reecetech/version-increment/pull/30 + - windows-latest fail-fast: true runs-on: ${{ matrix.os }} steps: