Skip to content

Commit

Permalink
allow nightly to fail so badge is green
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 25, 2023
1 parent 6f71e52 commit 6588f11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
version:
- '1.6' # LTS
- '1' # current stable
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- version: 'nightly'
os: ubuntu-latest
arch: x64
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 6588f11

Please sign in to comment.