Updated windows test workflow
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 14:40:37 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/test.yml
→
.github/workflows/test.yml
@@ -93,5 +93,5 @@ if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
# Test (*Windows) - name: Test - run: min\\min.exe tests/all.min + run: pwd; min.exe tests/all.min if: matrix.os == 'windows-latest'