Skip to content

Commit

Permalink
Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mchompalova committed Dec 20, 2021
1 parent 4a31b92 commit 83217e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
GITHUB_TOKEN: "${GITHUB_TOKEN}"
environment:
- NEO4J_TEST_URL=bolt://neo4j:7687
command: [ "go", "test", "-mod=readonly", "-tags=integration" , "./..." ]
command: [ "go", "test", "-v", "-mod=readonly", "-tags=integration" , "./..." ]
depends_on:
- neo4j
neo4j:
Expand Down

0 comments on commit 83217e8

Please sign in to comment.