Skip to content

Refactor: Move HMM files to data directory #18

Refactor: Move HMM files to data directory

Refactor: Move HMM files to data directory #18

name: Test hmmer-reader
on:
push:
branches:
- "**"
paths:
- hmmer-reader/**
- .github/workflows/test-hmmer-reader.yml
defaults:
run:
working-directory: hmmer-reader
jobs:
test:
name: Test on ${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make check
run: make check