Skip to content

All the Hit Reconstruction Optimizations Rory has worked on #58

All the Hit Reconstruction Optimizations Rory has worked on

All the Hit Reconstruction Optimizations Rory has worked on #58

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and run tests
run: |
mvn -B install -T4