Skip to content

Commit 33ef0a6

Browse files
committed
run generateContrabands in CI
1 parent 9036c76 commit 33ef0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
if: ${{ matrix.jobtype == 1 }}
5858
shell: bash
5959
run: |
60-
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 mimaReportBinaryIssues scalafmtCheckAll headerCheck Test/headerCheck test doc
60+
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 mimaReportBinaryIssues generateContrabands scalafmtCheckAll headerCheck Test/headerCheck test doc
6161
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=false ++$SCALA213 test ++$SCALA3 test
62+
git diff --exit-code # check contrabands
6263
- name: Build and test (2)
6364
if: ${{ matrix.jobtype == 2 }}
6465
shell: bash

0 commit comments

Comments
 (0)