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 afe7c14 commit ff6afe9Copy full SHA for ff6afe9
.github/workflows/c-cpp.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: make
29
run: make -j3
30
- name: make check
31
- run: env TEST_GIT_INSTALL=1 TEST_REGEX101=1 make check || (test -e src/tailer/test-suite.log && cat src/tailer/test-suite.log && false) || (test -e test/test-suite.log && cat test/test-suite.log && false)
+ run: env TEST_GIT_INSTALL=1 make check || (test -e src/tailer/test-suite.log && cat src/tailer/test-suite.log && false) || (test -e test/test-suite.log && cat test/test-suite.log && false)
32
- name: upload cover
33
env:
34
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments