Skip to content

Commit 4f51563

Browse files
Use -j1 in regression CI for better debugging
1 parent 1d6cec0 commit 4f51563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Run benchmarks and append
142142
run: |
143-
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
143+
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options "-j1" --targets "$CI_BENCHMARKS" --raw --append
144144
145145
# -----------------------------------------------------------------
146146
# -- Compare

0 commit comments

Comments
 (0)