Skip to content

Commit

Permalink
Revert "TEMPORARILY limit to MongoDriverHanoiTest"
Browse files Browse the repository at this point in the history
This reverts commit e753708.
  • Loading branch information
prdoyle committed Feb 18, 2024
1 parent de89423 commit f3e150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Gradle Test
run: |
./gradlew spotlessCheck spotBugsMain bosk-mongo:test --profile --fail-fast --tests "io.vena.bosk.drivers.mongo.MongoDriverHanoiTest"
./gradlew spotlessCheck spotBugsMain test --profile --fail-fast
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{secrets.OSSRH_USERNAME}}
ORG_GRADLE_PROJECT_ossrhPassword: ${{secrets.OSSRH_TOKEN}}
Expand Down

0 comments on commit f3e150d

Please sign in to comment.