useless
This commit is contained in:
parent
f7f91717f0
commit
7d3fb2cc79
@ -19,13 +19,9 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
- name: "Run DB container"
|
||||
run: |
|
||||
set -x
|
||||
docker -l debug compose -f test/compose.yml up --wait &
|
||||
wait $!
|
||||
go test -v ./...
|
||||
# - name: "Run tests"
|
||||
# run: go test -v ./...
|
||||
run: debug compose -f test/compose.yml up --wait
|
||||
- name: "Run tests"
|
||||
run: go test -v ./...
|
||||
|
||||
integration-tests:
|
||||
name: "Run integration tests"
|
||||
|
Loading…
Reference in New Issue
Block a user