Skip to content

Commit

Permalink
Missed a spot. Fix --print_node in binary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Oct 16, 2023
1 parent 0f11017 commit 73d355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
diff test_prot.expected test_prot.got
./amrfinder --plus -n test_dna.fa -O Escherichia --mutation_all test_dna_mut_all.got --print_node > test_dna.got
diff test_dna.expected test_dna.got
./amrfinder --plus -n test_dna.fa -p test_prot.fa -g test_prot.gff -O Escherichia --hierarchy_node > test_both.got
./amrfinder --plus -n test_dna.fa -p test_prot.fa -g test_prot.gff -O Escherichia --print_node > test_both.got
diff test_both.expected test_both.got
- name: Run tests
run: |
Expand Down

0 comments on commit 73d355b

Please sign in to comment.