We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6549dcb commit 106f928Copy full SHA for 106f928
1 file changed
.github/workflows/c-cpp.yml
@@ -52,7 +52,9 @@ jobs:
52
run: meson setup -Dbuild_tests=true --warnlevel 2 --buildtype release builddir --backend=ninja
53
54
- name: Build (Ninja)
55
- run: ninja -C builddir
+ run: |
56
+ ninja -C builddir
57
+ .\builddir\testexe --gtest_filter="*qsort*"
58
59
SKL-gcc9:
60
0 commit comments