Skip to content

Commit

Permalink
Ease CI
Browse files Browse the repository at this point in the history
- for various precompilation problems on gh, test on pre instead of nightly
- Also, give up on multithreaded tests for the moment
  • Loading branch information
j-fu committed Sep 17, 2024
1 parent 484ad03 commit 2e8f1c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
version:
# - '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
# - 'nightly'
- 'pre'
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -53,8 +54,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: 4
# env:
# JULIA_NUM_THREADS: 4
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
docs:
Expand Down

0 comments on commit 2e8f1c1

Please sign in to comment.