Skip to content

Commit 638ad63

Browse files
committed
Revert "Mark x86 CI as xfail (#2614)"
This reverts commit f44193a.
1 parent 0c7310a commit 638ad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
125125
- uses: julia-actions/julia-runtest@v1
126126
if: matrix.version != 'nightly' || steps.buildpkg.outcome == 'success'
127-
continue-on-error: ${{ matrix.version == 'nightly' || matrix.arch == 'x86' }}
127+
continue-on-error: ${{ matrix.version == 'nightly' }}
128128
id: run_tests
129129
# TODO restore coverage post https://github.com/JuliaGPU/GPUCompiler.jl/pull/711
130130
with:

0 commit comments

Comments
 (0)