Skip to content

refactor: remove associativity test from MonoidSuite because Semigrou… #117

refactor: remove associativity test from MonoidSuite because Semigrou…

refactor: remove associativity test from MonoidSuite because Semigrou… #117

Workflow file for this run

name: Continuous integration
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Retrieve the content of the repository
- uses: actions/setup-java@v3 # Set up a jdk
with:
distribution: temurin
java-version: 8
cache: sbt # Cache the artifacts downloaded by sbt accross CI runs
- name: unit tests # Custom action consisting of a shell command
run: sbt +test