-
Notifications
You must be signed in to change notification settings - Fork 903
Open
Labels
Description
New Issue
Context
-
Operating System: Linux Mint 20
-
GoCryptoTrader version (
gocryptotrader -version):
GoCryptoTrader v0.1 amd64 go1.15.1 pre-release.
Expected Behavior
Running go tests locally pass.
If the target environment is not available for some tests, they should be skipped.
Current Behavior
tests consistently fail
Failure Information (for bugs)
make test fails
Steps to Reproduce / Failure Logs
gocryptotrader$ go test -v ./database/models/postgres/
Unable to execute setup: parameter validation failed:
Parameter is an empty string: psql.user
Parameter is an empty string: psql.host
Parameter is an empty string: psql.dbname
FAIL github.com/thrasher-corp/gocryptotrader/database/models/postgres 0.005s
FAIL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To Do