Skip to content

Commit ed9c4be

Browse files
committed
Add -s to all update_suite-s in unlocked opam-install job
This is just for consistency. Other CI jobs allow parallel runs still.
1 parent 41123b5 commit ed9c4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unlocked.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ jobs:
193193
run: ruby scripts/update_suite.rb group apron-mukherjee -s
194194

195195
- name: Test marshal regression
196-
run: ruby scripts/update_suite.rb -m
196+
run: ruby scripts/update_suite.rb -m -s
197197

198198
- name: Test incremental regression
199-
run: ruby scripts/update_suite.rb -i
199+
run: ruby scripts/update_suite.rb -i -s
200200

201201
- name: Test incremental regression with cfg comparison
202-
run: ruby scripts/update_suite.rb -c
202+
run: ruby scripts/update_suite.rb -c -s
203203

204204
gobview:
205205
strategy:

0 commit comments

Comments
 (0)