This commit is contained in:
Roy Crihfield 2023-07-06 18:32:36 +08:00
parent f7f91717f0
commit 7d3fb2cc79

View File

@ -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"