Skip to content

Commit 508790b

Browse files
Simplify CI
1 parent df3247a commit 508790b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
continue-on-error: ${{ matrix.group == 'Downstream' }}
1312
strategy:
14-
fail-fast: false
1513
matrix:
1614
group:
1715
- Core
@@ -33,10 +31,11 @@ jobs:
3331
${{ runner.os }}-test-${{ env.cache-name }}-
3432
${{ runner.os }}-test-
3533
${{ runner.os }}-
36-
- run: julia .ci/test.jl
34+
- uses: julia-actions/julia-buildpkg@v1
35+
- uses: julia-actions/julia-runtest@v1
3736
env:
3837
GROUP: ${{ matrix.group }}
3938
- uses: julia-actions/julia-processcoverage@v1
4039
- uses: codecov/codecov-action@v1
4140
with:
42-
file: lcov.info
41+
file: lcov.info

0 commit comments

Comments
 (0)