Skip to content

Commit f269c4f

Browse files
committed
mingw
1 parent c600004 commit f269c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI-mingw.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,8 @@ jobs:
6363
- name: make simplecpp
6464
run: make -j$(nproc) CXXOPTS="-Werror"
6565

66-
- name: make testrunner
67-
run: make -j$(nproc) CXXOPTS="-Werror" testrunner
68-
6966
# clang is required to run-tests.py
70-
# install since it has gcc as dependency which might interfer woith the build
67+
# install since it has gcc as dependency which might interfere with the build
7168
- name: install compiler (test)
7269
if: matrix.compiler == 'g++'
7370
run: |
@@ -91,6 +88,9 @@ jobs:
9188
- name: CMake testrunner
9289
run: |
9390
cmake --build cmake.output --target testrunner -- -j $(nproc)
91+
92+
- name: Run testrunner
93+
run: |
9494
./cmake.output/testrunner
9595
9696
- name: Run with libstdc++ debug mode

0 commit comments

Comments
 (0)