Skip to content

Commit 53f450a

Browse files
Use --quickfail in CI(#392)
1 parent d2403f5 commit 53f450a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: julia-actions/julia-runtest@v1
142142
if: runner.os != 'Windows'
143143
with:
144-
test_args: '--platform=pocl'
144+
test_args: '--quickfail --platform=pocl'
145145

146146
- name: Setup BusyBox
147147
if: runner.os == 'Windows'
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
using Pkg
155155
Pkg.activate(".")
156-
Pkg.test(; test_args=`--platform=pocl`)
156+
Pkg.test(; test_args=`--quickfail --platform=pocl`)
157157
158158
- uses: julia-actions/julia-processcoverage@v1
159159
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)