Skip to content

Commit 7ea4d67

Browse files
fix(ci): correct cmake configuration and test execution in Windows workflow
1 parent 2a33ba8 commit 7ea4d67

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/windows_x64_dev.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ jobs:
2121

2222
- name: Configure CMake
2323
run: |
24-
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022"
25-
26-
- name: Build all targets
27-
run: |
28-
cmake --build ${{ github.workspace }}/build --config Debug
24+
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022
2925
3026
- name: Run tests
3127
run: |
32-
cd ${{ github.workspace }}/build
33-
ctest --verbose -C Debug
28+
.\scripts\run_test.py

0 commit comments

Comments
 (0)