Skip to content

CompatHelper: bump compat for Functors to 0.5, (keep existing compat) #452

CompatHelper: bump compat for Functors to 0.5, (keep existing compat)

CompatHelper: bump compat for Functors to 0.5, (keep existing compat) #452

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
tags: '*'
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
group:
- Core
version:
- '1'
- '1.7'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: lcov.info