Skip to content

Commit 070f5a9

Browse files
authored
Add cache action to tests (#104)
Also add 1.10-nightly
1 parent 0ce3d7d commit 070f5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
julia-version: ['1.7', '1.8', '1.9', '1.10']
17+
julia-version: ['1.7', '1.8', '1.9', '1.10', '1.10-nightly']
1818
julia-arch: [x64]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020

@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
version: ${{ matrix.julia-version }}
2626
arch: ${{ matrix.julia-arch }}
27+
- uses: julia-actions/cache@v2
2728
- uses: julia-actions/julia-buildpkg@v1
2829
- uses: julia-actions/julia-runtest@v1
2930
with:

0 commit comments

Comments
 (0)