Skip to content

Commit 6ec0bf1

Browse files
committed
get some color in there
1 parent dbf3989 commit 6ec0bf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- uses: julia-actions/cache@v2
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1
32+
- with:
33+
julia_args: "--color=yes"
3234
- uses: julia-actions/julia-processcoverage@v1
3335
- uses: codecov/codecov-action@v5
3436
with:

0 commit comments

Comments
 (0)