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 559404d commit 0894eb8Copy full SHA for 0894eb8
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
test:
14
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
15
runs-on: ${{ matrix.os }}
16
+ continue-on-error: ${{ matrix.allow_failure }}
17
strategy:
18
fail-fast: false
19
matrix:
@@ -26,6 +27,13 @@ jobs:
26
27
- windows-latest
28
arch:
29
- x64
30
+ include:
31
+ - version: 'nightly'
32
+ allow_failure: true
33
+ - version: '1'
34
+ allow_failure: false
35
+ - version: '1.6'
36
37
steps:
38
- uses: actions/checkout@v2
39
- uses: julia-actions/setup-julia@v1
codecov.yml
0 commit comments