Skip to content

Commit

Permalink
Try running slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Feb 28, 2020
1 parent ccf7eef commit 0b240f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
run: |
# TODO: run SlowTests as well
echo enable_ssl_tests=true > ssltest.local.properties
./gradlew '-PincludeTestTags=!org.postgresql.test.SlowTests' --no-parallel --no-daemon -PskipReplicationTests -Pport=${{ job.services.postgres.ports['5432'] }} test
# '-PincludeTestTags=!org.postgresql.test.SlowTests'
./gradlew --no-parallel --no-daemon -PskipReplicationTests -Pport=${{ job.services.postgres.ports['5432'] }} test
# test javadoc -Pport=${{ job.services.postgres.ports['5432'] }}
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
image: postgres:latest
ports:
- 5432:5432
security_opt:
- seccomp:unconfined
volumes:
- ./scripts/chmod_ssl.sh:/home/certdir/chmod_ssl.sh
- ./scripts/init-user-db.sh:/docker-entrypoint-initdb.d/init-user-db.sh
Expand Down

0 comments on commit 0b240f8

Please sign in to comment.