We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc32ae commit 91a9809Copy full SHA for 91a9809
.github/workflows/ci-julia-nightly.yml
@@ -11,16 +11,17 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- version:
15
- - nightly
16
- os:
17
- - ubuntu-latest
18
- threads:
19
- - '1'
20
- jet:
21
- - 'false'
22
- arch:
23
- - x64
+ include:
+ - os: ubuntu-latest
+ arch: x64
+ version: nightly
+ threads: 2
+ jet: 'false'
+ version: '1'
24
+ jet: 'true'
25
steps:
26
- uses: actions/checkout@v3
27
- uses: julia-actions/setup-julia@v1
.gitignore
@@ -4,3 +4,4 @@ docs/build
4
docs/site
5
*.cov
6
.DS_Store
7
+Manifest.toml
0 commit comments