Skip to content

feat: context recycling (reset) + dictionaries on contexts (load/ref) #91

feat: context recycling (reset) + dictionaries on contexts (load/ref)

feat: context recycling (reset) + dictionaries on contexts (load/ref) #91

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (with zstd submodule)
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '25'
cache: maven
- name: Set up Zig
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
with:
version: 0.16.0
- name: Build, test and verify
run: ./mvnw -B -ntp verify