Skip to content

Commit

Permalink
Run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 1c66591 commit 9157588
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ jobs:
${ENV:CMAKE_BUILD_PARALLEL_LEVEL}=2
cmake --preset release -DENABLE_UNIT_TESTING=ON
cmake --build --preset release
- name: Run Tests
run: |
./build/test/Debug/test.exe --help
python3 run_tests.py

0 comments on commit 9157588

Please sign in to comment.