We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2279f commit 025004dCopy full SHA for 025004d
.github/workflows/test.yml
@@ -191,7 +191,7 @@ jobs:
191
run: make -C sources -j 4 ${{ matrix.bin }}
192
193
- name: Test
194
- run: ./check/check.rb ./sources/${{ matrix.bin }} --stat --timeout 30 ${{ matrix.nthreads && format('-w{0}', matrix.nthreads) || '' }}
+ run: ./check/check.rb ./sources/${{ matrix.bin }} --stat --timeout 30 ${{ matrix.nthreads && format('-w{0}', matrix.nthreads) || '' }} --fake-valgrind
195
196
- name: Generate LCOV coverage data
197
run: |
0 commit comments