mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
Add selftest on windows
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
b7b7b7013a
commit
b8991edc05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/selftest.yml
vendored
2
.github/workflows/selftest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue