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 83b6d92 commit a5b430aCopy full SHA for a5b430a
.github/workflows/c-cpp.yml
@@ -55,7 +55,7 @@ jobs:
55
run: ninja -C builddir
56
57
- name: Run tests
58
- run: .\builddir\testexe --gtest_filter="*qsort*"
+ run: meson test -C builddir --test-args "\-\-gtest_filter=*qsort*" -v
59
60
SKL-gcc9:
61
0 commit comments