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