We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b9eea commit 200996aCopy full SHA for 200996a
.github/workflows/build.yml
@@ -83,3 +83,6 @@ jobs:
83
-S .
84
cmake --build build-clang --verbose
85
86
+ - name: Run tests
87
+ run: |
88
+ ctest --verbose --force-new-ctest-process --test-dir build-gcc
0 commit comments