Skip to content

Commit

Permalink
single-thread verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Aug 24, 2024
1 parent 745eb49 commit eaa50ab
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 @@ -134,7 +134,7 @@ jobs:
export TASK=${{ matrix.task }}
if [[ $TASK == check-crosshair-custom-* ]]; then
GROUP="${TASK#check-crosshair-custom-}"
./build.sh check-crosshair-custom -- -n auto $(cd hypothesis-python ; echo tests/$GROUP) -k 'not decimal'
./build.sh check-crosshair-custom -- -v $(cd hypothesis-python ; echo tests/$GROUP) -k 'not decimal'
else
./build.sh
fi
Expand Down

0 comments on commit eaa50ab

Please sign in to comment.