Skip to content

Commit

Permalink
2 cpus in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Apr 29, 2024
1 parent 26e7d2b commit 360c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: check-env
run: echo "$PATH"
- name: download
run: perl Kalamari/bin/downloadKalamari.pl --outdir kalamari.out Kalamari/src/chromosomes.tsv
run: perl Kalamari/bin/downloadKalamari.pl --numcpus 2 --outdir kalamari.out Kalamari/src/chromosomes.tsv
- name: check-results
run: tree kalamari.out
- name: check-file-sizes
Expand Down

0 comments on commit 360c32c

Please sign in to comment.