Skip to content

Commit 15be6d1

Browse files
committed
run fast tests in draft mode
1 parent 8380ddb commit 15be6d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: julia-actions/julia-buildpkg@v1
6060
- uses: julia-actions/julia-runtest@v1
6161
with:
62-
test_args: '${{ matrix.group }}'
62+
test_args: '${{ matrix.group }}${{ github.event.pull_request.draft == true && '' --fast'' || '''' }}'
6363
- uses: julia-actions/julia-processcoverage@v1
6464
with:
6565
directories: 'src,ext'

0 commit comments

Comments
 (0)