We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3247a commit 508790bCopy full SHA for 508790b
.github/workflows/ci.yml
@@ -9,9 +9,7 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- continue-on-error: ${{ matrix.group == 'Downstream' }}
13
strategy:
14
- fail-fast: false
15
matrix:
16
group:
17
- Core
@@ -33,10 +31,11 @@ jobs:
33
31
${{ runner.os }}-test-${{ env.cache-name }}-
34
32
${{ runner.os }}-test-
35
${{ runner.os }}-
36
- - run: julia .ci/test.jl
+ - uses: julia-actions/julia-buildpkg@v1
+ - uses: julia-actions/julia-runtest@v1
37
env:
38
GROUP: ${{ matrix.group }}
39
- uses: julia-actions/julia-processcoverage@v1
40
- uses: codecov/codecov-action@v1
41
with:
42
- file: lcov.info
+ file: lcov.info
0 commit comments