Skip to content

test

test #56

Workflow file for this run

name: macos
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-macos:
strategy:
matrix:
os: [macos-latest, macos-13] # test on arm64 and x64
runs-on: ${{ matrix.os }}
steps:
- name: Preparing Repositories
uses: actions/checkout@v3
with:
submodules: recursive
- name: make
run: make
- name: Run Test Data
run: |
./bin/abpoa ./test_data/test.fa
./bin/abpoa ./test_data/heter.fa -d2
./bin/abpoa ./test_data/seq.fa -a1
./bin/abpoa ./test_data/seq.fa -r5 -a1
./bin/abpoa ./test_data/heter.fq -d2 -Q
./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1