Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwei94 committed May 20, 2024
1 parent 996121c commit dae8975
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1'
- '1.6'
- 'nightly'
os:
- ubuntu-latest
- mac-latest
- windows-latest
arch:
- x64
steps:
Expand All @@ -37,11 +38,13 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
env:
JULIA_NUM_THREADS: 4

0 comments on commit dae8975

Please sign in to comment.