Skip to content

Commit 81770b7

Browse files
committed
Check in the Manifest file
1 parent 0378e1d commit 81770b7

File tree

12 files changed

+1735
-341
lines changed

12 files changed

+1735
-341
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
matrix:
2424
version:
2525
- '1'
26+
- '~1.10.0-0'
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: julia-actions/setup-julia@v1
@@ -40,6 +41,9 @@ jobs:
4041
${{ runner.os }}-
4142
- uses: julia-actions/julia-buildpkg@v1
4243
- uses: julia-actions/julia-runtest@v1
44+
env:
45+
GROUP: "CPU"
46+
JULIA_NUM_THREADS: 12
4347
- uses: julia-actions/julia-processcoverage@v1
4448
with:
4549
directories: src,ext

0 commit comments

Comments
 (0)