Skip to content

fix: support PIDs of any size #33

fix: support PIDs of any size

fix: support PIDs of any size #33

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
run: ./gradlew build
- name: Run unit tests
run: ./gradlew test