Comcast / Comcast/sheens

Build sometimes breaks with a stringer complaint

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
122
Forks
27
PR merge metrics
No merged PRs in 30d

Description

```make
(which stringer > /dev/null) || go get golang.org/x/tools/cmd/stringer
(which jsonenums > /dev/null) || go get github.com/campoy/jsonenums
cd core && go generate && go test
stringer: no values defined for type StopReason
step.go:69: running "stringer": exit status 1
Makefile:10: recipe for target 'test' failed
make: *** [test] Error 1
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.