mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added windows-latest build to CI
This commit is contained in:
11
.github/workflows/continuous-integration-v2.yml
vendored
11
.github/workflows/continuous-integration-v2.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user