Skip to content

Commit

Permalink
Add run of all-tests for Release build to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Jan 27, 2025
1 parent fd8b934 commit 51840df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@ jobs:
mkdir build64
cmake -G "Visual Studio 17 2022" -A x64 -S . -B "build64"
cmake --build build64 --config Debug
- name: Test debug
- name: Test Debug
run: 'build64\test\Debug\all_tests.exe'
- name: Build Release
run: |
cmake --build build64 --config Release
- name: Test Release
run: 'build64\test\Release\all_tests.exe'

documentation:
name: Generate Documentation
Expand Down

0 comments on commit 51840df

Please sign in to comment.