Skip to content

Commit

Permalink
Add cache action to tests (#104)
Browse files Browse the repository at this point in the history
Also add 1.10-nightly
  • Loading branch information
caleb-allen authored Oct 22, 2024
1 parent 0ce3d7d commit 070f5a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.7', '1.8', '1.9', '1.10']
julia-version: ['1.7', '1.8', '1.9', '1.10', '1.10-nightly']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand All @@ -24,6 +24,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 070f5a9

Please sign in to comment.