Skip to content

Commit

Permalink
run only the tests in the tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Feb 21, 2024
1 parent e841c97 commit e3ede55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
with:
jvm: ${{ matrix.java-version }}

- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
run: sbt ${{ matrix.sbt-opts }} "test"
- name: Run tests/test with Scala ${{ matrix.scala-version }} and Java ${{ matrix.java-version }}
run: sbt ${{ matrix.sbt-opts }} "tests/test"

- name: Print logs on failure
if: ${{ failure() }}
Expand Down

0 comments on commit e3ede55

Please sign in to comment.