Remove requirement on things in a Chain to already be Cells, which ma… #136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: | |
- scala | |
pull_request: | |
branches: | |
- scala | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run tests | |
run: sbt clean test | |
- name: Binary Compatibility Checks | |
run: sbt mimaReportBinaryIssues |