Added official support for mingw32

This commit is contained in:
2023-01-28 07:56:11 +00:00
parent daee91904d
commit 4bce10803e
2 changed files with 3 additions and 5 deletions

View File

@@ -25,10 +25,10 @@ jobs:
- name: make test (sanitized)
run: make test-sanitized
test-windows:
test-mingw32:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: make test (windows)
- name: make test (mingw32)
run: make test