Skip to content

Commit fc50390

Browse files
committed
Maybe coverage
1 parent ebeb69a commit fc50390

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
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: "*"
@@ -40,7 +40,7 @@ steps:
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"

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2424

2525
[compat]
26-
pocl_jll = "7.0"
26+
pocl_jll = "~7.0"

0 commit comments

Comments
 (0)