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