Made test DynamoDB endpoint configurable
All checks were successful
ci / build (push) Successful in 5m11s
All checks were successful
ci / build (push) Successful in 5m11s
This commit is contained in:
parent
aae3c419db
commit
40136e3936
3 changed files with 9 additions and 1 deletions
|
|
@ -34,4 +34,5 @@ jobs:
|
|||
go get ./...
|
||||
go test -p 1 ./...
|
||||
env:
|
||||
TEST_DYNAMO_URL: "http://localstack:4566"
|
||||
GOPRIVATE: "github:com/lmika/*"
|
||||
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
go test -p 1 ./...
|
||||
env:
|
||||
GOPRIVATE: "github:com/lmika/*"
|
||||
TEST_DYNAMO_URL: "http://localstack:4566"
|
||||
|
||||
release-macos:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue