We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e592f80 commit da99ca9Copy full SHA for da99ca9
1 file changed
.github/workflows/Test.yml
@@ -137,7 +137,7 @@ jobs:
137
uses: julia-actions/julia-runtest@v1
138
if: runner.os != 'Windows'
139
with:
140
- test_args: '--quickfail --platform=pocl'
+ test_args: '--quickfail --verbose --platform=pocl'
141
142
- name: Setup BusyBox
143
if: runner.os == 'Windows'
@@ -149,7 +149,7 @@ jobs:
149
run: |
150
using Pkg
151
Pkg.activate(".")
152
- Pkg.test(; test_args=`--quickfail --platform=pocl`)
+ Pkg.test(; test_args=`--quickfail --verbose --platform=pocl`)
153
154
- uses: julia-actions/julia-processcoverage@v1
155
- uses: codecov/codecov-action@v6
0 commit comments