Skip to content

Set compat entries for all dependencies #28

Set compat entries for all dependencies

Set compat entries for all dependencies #28

Workflow file for this run

name: Aqua
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: Aqua.jl
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, MatrixMarket; Aqua.test_all(MatrixMarket)'