Skip to content

feat: improving evaluating performance (#34) #84

feat: improving evaluating performance (#34)

feat: improving evaluating performance (#34) #84

Workflow file for this run

name: Tests
on:
push:
branches:
- '**/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: run project tests
run: ./gradlew test --no-daemon