Skip to content

fix and update benchmarks and results #252

fix and update benchmarks and results

fix and update benchmarks and results #252

Workflow file for this run

name: PR
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
- uses: actions/cache@v2
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- name: scalafmtCheck and tests
run: sbt scalafmtCheck Test/scalafmtCheck test