File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments