We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a288796 commit ebc4f78Copy full SHA for ebc4f78
docker-compose.ci.yml
@@ -9,6 +9,6 @@ services:
9
build:
10
context: .
11
dockerfile: Dockerfile.ci
12
- command: wait-for sqlserver:1433 -- bundle exec rake test
+ command: wait-for sqlserver:1433 -- bundle exec rake test TESTOPTS="-v"
13
depends_on:
14
- "sqlserver"
0 commit comments