Skip to content

Further speed up with an early exit when the first element is bigger … #525

Further speed up with an early exit when the first element is bigger …

Further speed up with an early exit when the first element is bigger … #525

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run tests
run: ./gradlew build