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 8afbb9e commit e129497Copy full SHA for e129497
.github/workflows/UnitTest.yml
@@ -14,6 +14,7 @@ jobs:
14
test:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
+ fail-fast: false
18
matrix:
19
julia-version: ['1.0', '1', 'nightly']
20
os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -30,7 +31,7 @@ jobs:
30
31
env:
32
cache-name: cache-artifacts
33
with:
- path: ~/.julia/artifacts
34
+ path: ~/.julia/artifacts
35
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
36
restore-keys: |
37
${{ runner.os }}-test-${{ env.cache-name }}-
0 commit comments