-
This commit is contained in:
parent
e01e3f44b5
commit
07bd3376d2
@ -78,7 +78,7 @@ services:
|
||||
init: true
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: testDockerfile
|
||||
dockerfile: TestsDockerfile
|
||||
depends_on:
|
||||
test-postgres:
|
||||
condition: service_healthy
|
||||
@ -86,8 +86,8 @@ services:
|
||||
# condition: service_healthy
|
||||
# volumes:
|
||||
# - ./../..:/app:ro
|
||||
# command: [ "go", "test", "./test", "-run", "TestFoo" ]
|
||||
command: [ "go", "test", "-parallel", "1", "./test" ]
|
||||
# command: [ "go", "test", "./tests", "-run", "TestFoo" ]
|
||||
command: [ "go", "test", "-parallel", "1", "./tests" ]
|
||||
networks:
|
||||
- penatest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user