Skip to content

Commit

Permalink
Add cross-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Nov 27, 2023
1 parent fdc6dbf commit 72a4f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
with:
jvm: temurin:17
apps: sbt
- run: sbt scalafmtCheckAll compile coverage test coverageReport coverageAggregate versionPolicyCheck documentation/makeSite
- run: sbt scalafmtCheckAll compile coverage +test coverageReport coverageAggregate versionPolicyCheck documentation/makeSite
- uses: codecov/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
jvm: temurin:17
apps: sbt
- name: Test and compute coverage
run: sbt scalafmtCheckAll coverage test coverageReport coverageAggregate
run: sbt scalafmtCheckAll coverage +test coverageReport coverageAggregate
- name: Codecov
uses: codecov/[email protected]

Expand Down

0 comments on commit 72a4f07

Please sign in to comment.