mirror of
https://github.com/recp/cglm.git
synced 2026-06-01 20:30:25 -05:00
Update ci.yml
This commit is contained in:
@@ -244,7 +244,15 @@ jobs:
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
|
||||
- name: Test
|
||||
- name: Test (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
shell: pwsh
|
||||
working-directory: build
|
||||
run: .\tests.exe
|
||||
|
||||
- name: Test (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
working-directory: build
|
||||
run: ./tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user