Skip to content

Commit

Permalink
Check in the Manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 18, 2023
1 parent 0378e1d commit b0ec823
Show file tree
Hide file tree
Showing 12 changed files with 1,735 additions and 341 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
version:
- '1'
- '~1.10.0-0'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand All @@ -40,6 +41,9 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
GROUP: "CPU"
JULIA_NUM_THREADS: 12
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,ext
Expand Down
Loading

0 comments on commit b0ec823

Please sign in to comment.