Skip to content

Commit

Permalink
ci version up (#158)
Browse files Browse the repository at this point in the history
* ci version up

* [ci skip] comment out env

* unreduced fix (#159)

* julia version specified

* env added
  • Loading branch information
sshin23 committed Mar 25, 2022
1 parent 54523e7 commit 382a408
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6']
julia-version: ['1.6','^1.7']
julia-arch: [x64]
os: [ubuntu-latest,macos-latest,windows-latest]
steps:
Expand All @@ -22,15 +22,20 @@ jobs:
version: ${{ matrix.julia-version }}
- run: julia --color=yes --project=.ci .ci/ci.jl basic
test-moonshot:
env:
CUDA_VISIBLE_DEVICES: 1
JULIA_DEPOT_PATH: /scratch/sshin/github-actions/julia_depot_madnlp
JULIA_CUDA_USE_BINARYBUILDER: true
runs-on: self-hosted
strategy:
matrix:
julia-version: ['1.6']
env:
JULIA_VERSION: ${{matrix.julia-version}}
julia-version: ['1.6','^1.7']
steps:
- uses: actions/checkout@v2
- run: julia-${JULIA_VERSION} --color=yes --project=.ci .ci/ci.jl full
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- run: julia --color=yes --project=.ci .ci/ci.jl full
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,lib/MadNLPGPU/src,lib/MadNLPHSL/src,lib/MadNLPPardiso/src,lib/MadNLPMumps/src,lib/MadNLPKrylov/src,lib/MadNLPGraph
Expand Down

0 comments on commit 382a408

Please sign in to comment.