Skip to content

feat: the -M option now specifies the output type (reads, variants, o… #24

feat: the -M option now specifies the output type (reads, variants, o…

feat: the -M option now specifies the output type (reads, variants, o… #24

Workflow file for this run

name: Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Checks
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build
run: make
- name: Test
run: make test