Skip to content

Commit 8e214c4

Browse files
committed
ci: disable fail-fast and set max parallelism to 8 for benchmarks workflow
1 parent f5d254d commit 8e214c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
env:
2626
CARGO_INCREMENTAL: 0
2727
strategy:
28+
fail-fast: false
29+
max-parallel: 8
2830
matrix:
2931
type: [simulation, memory]
3032
package: [

0 commit comments

Comments
 (0)