Skip to content

Commit 5aad4fa

Browse files
ci: add Downstream testset to CI
1 parent d329806 commit 5aad4fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
group:
15-
- All
15+
- Core
16+
- Downstream
1617
version:
1718
- '1'
1819
steps:
@@ -32,3 +33,5 @@ jobs:
3233
${{ runner.os }}-
3334
- uses: julia-actions/julia-buildpkg@v1
3435
- uses: julia-actions/julia-runtest@v1
36+
env:
37+
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)