Skip to content

Commit ac45fdd

Browse files
committed
CI - #31 part 3
1 parent e8fdfd6 commit ac45fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
set +x
5454
for EXT in $FORMATS ; do
55-
any2fasta test.$EXT | grep '^>' | head -n 3
55+
any2fasta -a test.$EXT > /dev/null
5656
done
5757
5858
- name: Output tests

0 commit comments

Comments
 (0)