Skip to content

Release v1.0 with non-heap-allocating API #6

Release v1.0 with non-heap-allocating API

Release v1.0 with non-heap-allocating API #6

Workflow file for this run

name: Compile and test
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile and test
run: mvn test