We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8380ddb commit 15be6d1Copy full SHA for 15be6d1
1 file changed
.github/workflows/CI.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: julia-actions/julia-buildpkg@v1
60
- uses: julia-actions/julia-runtest@v1
61
with:
62
- test_args: '${{ matrix.group }}'
+ test_args: '${{ matrix.group }}${{ github.event.pull_request.draft == true && '' --fast'' || '''' }}'
63
- uses: julia-actions/julia-processcoverage@v1
64
65
directories: 'src,ext'
0 commit comments