We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7310a commit 638ad63Copy full SHA for 638ad63
.github/workflows/CI.yml
@@ -124,7 +124,7 @@ jobs:
124
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
125
- uses: julia-actions/julia-runtest@v1
126
if: matrix.version != 'nightly' || steps.buildpkg.outcome == 'success'
127
- continue-on-error: ${{ matrix.version == 'nightly' || matrix.arch == 'x86' }}
+ continue-on-error: ${{ matrix.version == 'nightly' }}
128
id: run_tests
129
# TODO restore coverage post https://github.com/JuliaGPU/GPUCompiler.jl/pull/711
130
with:
0 commit comments