Added windows-latest build to CI

This commit is contained in:
2024-08-13 23:48:21 +10:00
parent e6ad46f1ff
commit 0ed676d79b
3 changed files with 18 additions and 7 deletions

View File

@@ -21,5 +21,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make tests
- name: make tests (ubuntu)
run: make tests
test-windows-latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: make tests (windows)
run: make tests