Skip to content

Commit

Permalink
Split nightly testing from rest of CI (#309)
Browse files Browse the repository at this point in the history
* Split nightly testing from rest of CI

* Single workflow allowing nightly to fail

* Fix CI

* Rename experimental into allow_failure
  • Loading branch information
gdalle committed Sep 21, 2023
1 parent 559404d commit 0894eb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
Expand All @@ -26,6 +27,13 @@ jobs:
- windows-latest
arch:
- x64
include:
- version: 'nightly'
allow_failure: true
- version: '1'
allow_failure: false
- version: '1.6'
allow_failure: false
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
15 changes: 0 additions & 15 deletions codecov.yml

This file was deleted.

0 comments on commit 0894eb8

Please sign in to comment.