Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yangao07 committed Apr 21, 2024
1 parent 1e3d594 commit cfb9a21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
./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 -Q -a1
./bin/abpoa ./test_data/heter.fq -d2 -Q
./bin/abpoa ./test_data/heter.fq -d2 -Q -a1
9 changes: 9 additions & 0 deletions .github/workflows/macos-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ jobs:

- 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 -Q -a1

0 comments on commit cfb9a21

Please sign in to comment.