diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13f5702..4cb74e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,14 @@ jobs: env: ['', 'winsymlinks:nativestrict'] include: - - {os: windows-2019, name: Windows Server 2019} + - {os: windows-2019, name: 'Windows 2019'} + + - {env: '', env_descr: 'Empty %CYGWIN%'} + - {env: 'winsymlinks:nativestrict', env_descr: 'Custom %CYGWIN%'} runs-on: '${{ matrix.os }}' - name: '${{ matrix.name }} / ${{ matrix.platform }}' + name: '${{ matrix.name }} / ${{ matrix.platform }} / ${{ matrix.env_descr }}' defaults: run: |