Skip to content

✅ Add property-based tests. #122

✅ Add property-based tests.

✅ Add property-based tests. #122

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
tags-ignore:
- "v*"
branches:
- "**"
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest ]
scala: [ 3.2.1 ]
java: [ graalvm-ce-java17@22.3.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Compile and test
run: sbt +test scalafmtCheckAll +mimaReportBinaryIssues