Skip to content

Merge branch 'unsafe-assume' of https://github.com/sumiya11/Groebner.… #845

Merge branch 'unsafe-assume' of https://github.com/sumiya11/Groebner.…

Merge branch 'unsafe-assume' of https://github.com/sumiya11/Groebner.… #845

Workflow file for this run

name: Runtests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
with:
depwarn: error
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info