Skip to content

Commit

Permalink
bump to 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
raharper committed Mar 8, 2024
1 parent cda7a01 commit 6558cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run "--boot-mode=$m" \
--inputs=./test-inputs "--results=./test-results/$m" \
--sbat=sbat.csv --stubby=stubby.efi \
--num-threads=1 \
--num-threads=4 \
--timeout=60 \
test/tests.yaml || fails="$fails $m"
done
Expand Down

0 comments on commit 6558cac

Please sign in to comment.