Created
March 3, 2018 20:53
-
-
Save whatsadebugger/bb55db1be5eebfbb52286ca782999a1b to your computer and use it in GitHub Desktop.
go test ./...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# github.com/whatsadebugger/chainlink | |
main_test.go:8:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink [setup failed] | |
# github.com/whatsadebugger/chainlink/adapters | |
adapters/adapter_test.go:9:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/adapters [setup failed] | |
# github.com/whatsadebugger/chainlink/cmd | |
cmd/authenticator_test.go:7:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/cmd [setup failed] | |
# github.com/whatsadebugger/chainlink/services | |
services/job_runner_test.go:8:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/services [setup failed] | |
# github.com/whatsadebugger/chainlink/store | |
store/eth_client_test.go:7:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/store [setup failed] | |
# github.com/whatsadebugger/chainlink/store/models | |
store/models/common_test.go:9:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/store/models [setup failed] | |
# github.com/whatsadebugger/chainlink/store/presenters | |
store/presenters/presenters_test.go:10:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/store/presenters [setup failed] | |
# github.com/whatsadebugger/chainlink/utils | |
utils/utils_test.go:9:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/utils [setup failed] | |
# github.com/whatsadebugger/chainlink/web | |
web/bridge_types_controller_test.go:7:2: use of internal package not allowed | |
FAIL github.com/whatsadebugger/chainlink/web [setup failed] | |
? github.com/whatsadebugger/chainlink/internal/cltest [no test files] | |
? github.com/whatsadebugger/chainlink/logger [no test files] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment