Trying to test on windows

This commit is contained in:
2023-01-28 06:20:36 +00:00
parent c397384766
commit daee91904d

View File

@@ -8,7 +8,6 @@ on:
jobs:
test-valgrind:
runs-on: ubuntu-latest
steps:
@@ -19,10 +18,17 @@ jobs:
run: make test
test-sanitized:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test (sanitized)
run: make test-sanitized
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: make test (windows)
run: make test