Skip to content

Commit da99ca9

Browse files
committed
Run tests with
1 parent e592f80 commit da99ca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: julia-actions/julia-runtest@v1
138138
if: runner.os != 'Windows'
139139
with:
140-
test_args: '--quickfail --platform=pocl'
140+
test_args: '--quickfail --verbose --platform=pocl'
141141

142142
- name: Setup BusyBox
143143
if: runner.os == 'Windows'
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
using Pkg
151151
Pkg.activate(".")
152-
Pkg.test(; test_args=`--quickfail --platform=pocl`)
152+
Pkg.test(; test_args=`--quickfail --verbose --platform=pocl`)
153153
154154
- uses: julia-actions/julia-processcoverage@v1
155155
- uses: codecov/codecov-action@v6

0 commit comments

Comments
 (0)