Skip to content

Commit a4f0f03

Browse files
committed
rjbvfw
1 parent 97ac8c1 commit a4f0f03

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/Test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,21 @@ jobs:
148148
149149
- name: Test OpenCL.jl
150150
uses: julia-actions/julia-runtest@v1
151-
if: runner.os != 'Windows'
151+
# if: runner.os != 'Windows'
152152
with:
153153
test_args: '--quickfail --platform=pocl'
154154

155-
- name: Setup BusyBox
156-
if: runner.os == 'Windows'
157-
run: |
158-
Invoke-WebRequest https://frippery.org/files/busybox/busybox64.exe -OutFile C:\Windows\drop.exe
159-
- name: Test OpenCL.jl (de-escalated)
160-
if: runner.os == 'Windows'
161-
shell: drop -c "julia '{0}'"
162-
run: |
163-
using Pkg
164-
Pkg.activate(".")
165-
Pkg.test(; test_args=`--quickfail --platform=pocl`)
155+
# - name: Setup BusyBox
156+
# if: runner.os == 'Windows'
157+
# run: |
158+
# Invoke-WebRequest https://frippery.org/files/busybox/busybox64.exe -OutFile C:\Windows\drop.exe
159+
# - name: Test OpenCL.jl (de-escalated)
160+
# if: runner.os == 'Windows'
161+
# shell: drop -c "julia '{0}'"
162+
# run: |
163+
# using Pkg
164+
# Pkg.activate(".")
165+
# Pkg.test(; test_args=`--quickfail --platform=pocl`)
166166

167167
- uses: julia-actions/julia-processcoverage@v1
168168
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)