Skip to content

Commit

Permalink
Update main tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Dec 20, 2024
1 parent e6baf7d commit 7dcf7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
gmake -j CXX=g++-${{matrix.compiler}} CC=gcc-${{matrix.compiler}} STATIC_LINK=true
- name: tar artifacts
run: tar -cvf vclust.tar ./vclust.py ./test.py ./example ./bin/kmer-db ./bin/lz-ani ./bin/clusty ./bin/multi-fasta-split
run: tar -cvf vclust.tar ./vclust.py ./test.py ./example ./bin/kmer-db ./bin/lz-ani ./bin/clusty ./bin/mfasta-tool

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7dcf7eb

Please sign in to comment.