Skip to content

Commit

Permalink
re-enable jet (#89)
Browse files Browse the repository at this point in the history
* re-enable jet

* fix test dependencies
  • Loading branch information
Krastanov authored Jun 4, 2023
1 parent ffc32ae commit 91a9809
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 489 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci-julia-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- nightly
os:
- ubuntu-latest
threads:
- '1'
jet:
- 'false'
arch:
- x64
include:
- os: ubuntu-latest
arch: x64
version: nightly
threads: 2
jet: 'false'
- os: ubuntu-latest
arch: x64
version: '1'
threads: 2
jet: 'true'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ docs/build
docs/site
*.cov
.DS_Store
Manifest.toml
Loading

0 comments on commit 91a9809

Please sign in to comment.