We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9036c76 commit 33ef0a6Copy full SHA for 33ef0a6
.github/workflows/ci.yml
@@ -57,8 +57,9 @@ jobs:
57
if: ${{ matrix.jobtype == 1 }}
58
shell: bash
59
run: |
60
- sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 mimaReportBinaryIssues scalafmtCheckAll headerCheck Test/headerCheck test doc
+ sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=true ++$SCALA212 mimaReportBinaryIssues generateContrabands scalafmtCheckAll headerCheck Test/headerCheck test doc
61
sbt -v -Dfile.encoding=UTF8 -Dsbt.test.fork=false ++$SCALA213 test ++$SCALA3 test
62
+ git diff --exit-code # check contrabands
63
- name: Build and test (2)
64
if: ${{ matrix.jobtype == 2 }}
65
0 commit comments