Skip to content

Commit cd3bf3f

Browse files
committed
include incremental regression in github workflow
1 parent a044f54 commit cd3bf3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/unlocked.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Test marshal regression
7676
run: ruby scripts/update_suite.rb -m
7777

78+
- name: Test incremental regression
79+
run: ruby scripts/update_suite.rb -i
80+
7881
lower-bounds-downgrade:
7982
# use external 0install solver to downgrade: https://github.com/ocaml-opam/opam-0install-solver
8083
# TODO: will be built in in opam 2.2: https://github.com/ocaml/opam/pull/4909
@@ -147,6 +150,9 @@ jobs:
147150
- name: Test marshal regression
148151
run: ruby scripts/update_suite.rb -m
149152

153+
- name: Test incremental regression
154+
run: ruby scripts/update_suite.rb -i
155+
150156
lower-bounds-docker:
151157
# use builtin-0install solver to remove and downgrade, opam normally compiled without, Docker images have it compiled
152158

@@ -228,3 +234,6 @@ jobs:
228234

229235
- name: Test marshal regression
230236
run: ruby scripts/update_suite.rb -m
237+
238+
- name: Test incremental regression
239+
run: ruby scripts/update_suite.rb -i

0 commit comments

Comments
 (0)