Skip to content

Commit 9afce1b

Browse files
authored
Update Tests_Windows.yml
1 parent d2abba1 commit 9afce1b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/Tests_Windows.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@ jobs:
3737
curl -o ModuleCmd\base64.h https://raw.githubusercontent.com/ReneNyffenegger/cpp-base64/82147d6d89636217b870f54ec07ddd3e544d5f69/base64.h
3838
3939
- name: Configure CMake for tests
40-
run: |
41-
cmake -G "Visual Studio 17 2022" -B ${{github.workspace}}\modules\build -DWITH_TESTS=ON
40+
run: cmake -G "Visual Studio 17 2022" -S modules -B modules/build -DWITH_TESTS=ON
4241

4342
- name: Build modules with tests
44-
run: |
45-
cmake --build ${{github.workspace}}\modules\build --config Release --parallel
43+
run: cmake --build modules/build --config Release --parallel
4644

4745
- name: Run unit tests
48-
run: |
49-
ctest --test-dir modules\build -C Release
46+
run: ctest --test-dir modules/build -C Release

0 commit comments

Comments
 (0)