Skip to content

refactor: use CanEqual instead of universal equality and fix test #2

refactor: use CanEqual instead of universal equality and fix test

refactor: use CanEqual instead of universal equality and fix test #2

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'sbt'
- name: Build and Test
run: sbt -v test