Skip to content

Commit 91a9809

Browse files
authored
re-enable jet (#89)
* re-enable jet * fix test dependencies
1 parent ffc32ae commit 91a9809

File tree

4 files changed

+13
-489
lines changed

4 files changed

+13
-489
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version:
15-
- nightly
16-
os:
17-
- ubuntu-latest
18-
threads:
19-
- '1'
20-
jet:
21-
- 'false'
22-
arch:
23-
- x64
14+
include:
15+
- os: ubuntu-latest
16+
arch: x64
17+
version: nightly
18+
threads: 2
19+
jet: 'false'
20+
- os: ubuntu-latest
21+
arch: x64
22+
version: '1'
23+
threads: 2
24+
jet: 'true'
2425
steps:
2526
- uses: actions/checkout@v3
2627
- uses: julia-actions/setup-julia@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs/build
44
docs/site
55
*.cov
66
.DS_Store
7+
Manifest.toml

0 commit comments

Comments
 (0)