mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Trying to test on windows
This commit is contained in:
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@@ -8,7 +8,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-valgrind:
|
test-valgrind:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -19,10 +18,17 @@ jobs:
|
|||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
test-sanitized:
|
test-sanitized:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: make test (sanitized)
|
- name: make test (sanitized)
|
||||||
run: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user