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 910b20f commit 62f05c6Copy full SHA for 62f05c6
.github/workflows/ci.yml
@@ -419,7 +419,7 @@ jobs:
419
if [[ '${{ matrix.name }}' == 'Linux Debug' ]]; then
420
ulimit -s unlimited
421
fi
422
- time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
+ time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }} -E "leanruntest_task_test_io"
423
if: (matrix.wasm || !matrix.cross) && needs.configure.outputs.check-level >= 1
424
- name: Test Summary
425
uses: test-summary/action@v2
0 commit comments