Skip to content

Commit afac940

Browse files
committed
Verbose ctest for windows builds
Signed-off-by: Basil Hess <[email protected]>
1 parent 647e258 commit afac940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
cmake --build _build --config=${{ matrix.type }}
314314
- name: Run tests
315315
run: |
316-
ctest --test-dir _build -C ${{ matrix.type }}
316+
ctest -V --test-dir _build -C ${{ matrix.type }}
317317
- name: Retain oqsprovider.dll
318318
uses: actions/upload-artifact@v4
319319
with:

0 commit comments

Comments
 (0)