Skip to content

Commit

Permalink
switch to 1 cpu for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Apr 29, 2024
1 parent bc84926 commit 67cd7c9
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 @@ -56,7 +56,7 @@ jobs:
echo "($runner_id) end_line: $end_line"
cat header.tsv > chunk_${runner_id}.tsv
sed -n "${start_line},${end_line}p" in.tsv >> chunk_${runner_id}.tsv
perl Kalamari/bin/downloadKalamari.pl --numcpus 2 --outdir kalamari.out chunk_${runner_id}.tsv
perl Kalamari/bin/downloadKalamari.pl --numcpus 1 --outdir kalamari.out chunk_${runner_id}.tsv
- name: check-results
run: tree kalamari.out
- name: check-file-sizes
Expand Down

0 comments on commit 67cd7c9

Please sign in to comment.