Skip to content

[Perf] Add a cache on Day26 to avoid too much temporary object alloca… #195

[Perf] Add a cache on Day26 to avoid too much temporary object alloca…

[Perf] Add a cache on Day26 to avoid too much temporary object alloca… #195

Workflow file for this run

name: Scala CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- name: Test with SBT
run: sbt test