Skip to content

Version 0.1.1

Version 0.1.1 #15

Workflow file for this run

name: Aqua
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
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, SolverParameters; Aqua.test_all(SolverParameters, ambiguities=false); Aqua.test_ambiguities(SolverParameters)'