File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 Pkg.develop(path="lib/intrinsics")
1414
1515 println("+++ :julia: Running tests")
16- Pkg.test(; coverage=true , test_args=`--platform=cuda`)'
16+ Pkg.test(; coverage=false , test_args=`--platform=cuda`)'
1717 agents :
1818 queue : " juliagpu"
1919 cuda : " *"
4040 println("+++ :julia: Running tests")
4141 using InteractiveUtils
4242 InteractiveUtils.versioninfo()
43- Pkg.test(; coverage=true , test_args=`--platform=pocl --verbose --jobs=2`)'
43+ Pkg.test(; coverage=false , test_args=`--platform=pocl --verbose --jobs=2`)'
4444 agents :
4545 queue : " juliaecosystem"
4646 os : " macos"
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ jobs:
141141 uses : julia-actions/julia-runtest@v1
142142 if : runner.os != 'Windows'
143143 with :
144+ coverage : ' false'
144145 test_args : ' --platform=pocl --verbose --jobs=1'
145146
146147 - name : Setup BusyBox
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323pocl_jll = " 627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2424
2525[compat ]
26- pocl_jll = " 7.0"
26+ pocl_jll = " ~ 7.0"
You can’t perform that action at this time.
0 commit comments