Skip to content

Fix lock contention in handler cache (Issue #38) #1

Fix lock contention in handler cache (Issue #38)

Fix lock contention in handler cache (Issue #38) #1

Workflow file for this run

name: Tests
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- run: mvn test