File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ jobs:
419
419
if [[ '${{ matrix.name }}' == 'Linux Debug' ]]; then
420
420
ulimit -s unlimited
421
421
fi
422
- 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"
422
+ time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
423
423
if : (matrix.wasm || !matrix.cross) && needs.configure.outputs.check-level >= 1
424
424
- name : Test Summary
425
425
uses : test-summary/action@v2
Original file line number Diff line number Diff line change
1
+ #exit -- TODO
2
+
1
3
#eval id (α := IO _) do
2
4
let t1 ← IO.asTask $ Nat.forM 10 fun _ => IO.println "hi" ;
3
5
let t2 ← IO.asTask $ Nat.forM 10 fun _ => IO.println "ho" ;
You can’t perform that action at this time.
0 commit comments