Skip to content

Commit

Permalink
Add nightly to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jul 9, 2024
1 parent 22a2259 commit e0bc030
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

env:
JULIA_NUM_THREADS: 2
on:
Expand All @@ -9,6 +10,7 @@ on:
branches:
- master
tags: '*'

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand All @@ -18,6 +20,7 @@ jobs:
matrix:
version:
- '1' # Current stable version
- 'nightly'
os:
- ubuntu-latest
- windows-latest
Expand All @@ -36,6 +39,7 @@ jobs:
- os: ubuntu-latest
arch: x64
version: '1.3'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand All @@ -59,6 +63,7 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0bc030

Please sign in to comment.