Skip to content

Commit

Permalink
Test TiledFactorization in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Jul 1, 2022
1 parent 50c54ab commit 656d2a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- run: git clone https://github.com/maltezfaria/TiledFactorization
- run: |
julia --project="TiledFactorization" -e '
import Pkg
Pkg.develop(Pkg.PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.test(coverage=true)
'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 656d2a1

Please sign in to comment.