Skip to content

Commit 671d432

Browse files
authored
Enable code coverage on the nightly CI job
1 parent 20d7b2a commit 671d432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- julia-version: 'nightly'
3838
julia-wordsize: '64'
3939
github-runner: ubuntu-latest
40-
coverage: false
40+
coverage: true
4141
steps:
4242
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4343
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0

0 commit comments

Comments
 (0)