Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc0ea94

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] C/C++ for windows.
1 parent 946bb14 commit fc0ea94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpp-windows.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ jobs:
7575
7676
- name: Test
7777
run: >
78-
ctest --test-dir ${{ github.workspace }}/build/default
78+
ctest
79+
-C Debug
80+
-T test
81+
--rerun-failed
82+
--output-on-failure
83+
--test-dir ${{ github.workspace }}/build/default

0 commit comments

Comments
 (0)