Skip to content

Better performance of bottomupNoBridges by avoiding the triggering of ClassCastException #4

Better performance of bottomupNoBridges by avoiding the triggering of ClassCastException

Better performance of bottomupNoBridges by avoiding the triggering of ClassCastException #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: self-hosted
container:
image: sbtscala/scala-sbt:eclipse-temurin-jammy-8u402-b06_1.9.9_2.13.13
options: --user 1001:1001
steps:
- uses: actions/checkout@v4
- name: Run tests
run: sbt clean +test