Skip to content

Commit

Permalink
include ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 2, 2024
1 parent 234f57b commit d918aa6
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,25 @@ jobs:
os: macOS-latest
- version: '1.9'
os: windows-latest
- version: '1.10'
os: macOS-latest
- version: '1.10'
os: windows-latest
- version: '1.9'
os: ubuntu-latest
test-set: "higher_order_estimation"
- version: '1.8'
os: ubuntu-latest
test-set: "higher_order_estimation"
include:
- os: ubuntu-latest
prefix: xvfb-run
- version: 'nightly'
os: ubuntu-latest
arch: x64
test_set: "basic"
allow_failure: true
- version: '^1.11.0-0'
os: ubuntu-latest
arch: x64
test_set: "basic"
allow_failure: true
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit d918aa6

Please sign in to comment.