Skip to content

add build options

add build options #5

Workflow file for this run

name: run-tests
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run Maven tests
run: mvn -B verify --file pom.xml