mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-21 07:01:45 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu', 'macos'] # TODO: add windows
|
os: ['ubuntu', 'macos', 'windows']
|
||||||
|
|
||||||
name: on ${{ matrix.os }}
|
name: on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue