Skip to content

Commit

Permalink
add bcftools
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Mar 30, 2024
1 parent c82eb1f commit 8e80370
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
make
make install
echo "$HOME/samtools/bin" >> $GITHUB_PATH
- name: Download and install bcftools
run: |
git clone --recurse-submodules https://github.com/samtools/htslib.git
git clone https://github.com/samtools/bcftools.git
cd bcftools
make
make install
- name: Test external
run: go test -v ./external/...
openbsd-test:
Expand Down

0 comments on commit 8e80370

Please sign in to comment.