Skip to content

Commit 106f928

Browse files
committed
run qsort tests
1 parent 6549dcb commit 106f928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
run: meson setup -Dbuild_tests=true --warnlevel 2 --buildtype release builddir --backend=ninja
5353

5454
- name: Build (Ninja)
55-
run: ninja -C builddir
55+
run: |
56+
ninja -C builddir
57+
.\builddir\testexe --gtest_filter="*qsort*"
5658
5759
SKL-gcc9:
5860

0 commit comments

Comments
 (0)