Skip to content

Commit 23404e6

Browse files
committed
run single-threaded to ease debugging
1 parent 06dd07b commit 23404e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
# Ideally we should use the version about to be released for hackage tests and benchmarks
2828
GHC_FOR_SOLVER_BENCHMARKS: '9.2.3'
2929
GHC_FOR_COMPLETE_HACKAGE_TESTS: '9.2.3'
30-
COMMON_FLAGS: '-j 2 -v'
30+
COMMON_FLAGS: '-v'
3131

3232
jobs:
3333
validate-prerelease:

0 commit comments

Comments
 (0)