Skip to content

Commit ab98ff4

Browse files
committed
Run tests on Windows
1 parent 0a4a429 commit ab98ff4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,8 @@ jobs:
9999
${ENV:CMAKE_BUILD_PARALLEL_LEVEL}=2
100100
cmake --preset release -DENABLE_UNIT_TESTING=ON
101101
cmake --build --preset release
102+
103+
- name: Run Tests
104+
run: |
105+
./build/test/Debug/test.exe --help
106+
python3 run_tests.py

0 commit comments

Comments
 (0)