This commit is contained in:
Roy Crihfield 2023-07-06 19:30:20 +08:00
parent 62c4e66cd9
commit 1005a8f5d8

View File

@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: "Run DB container"
run: debug compose -f test/compose.yml up --wait
run: compose -f test/compose.yml up --wait
- name: "Run tests"
run: go test -v ./...