travis: build leaves artifacts lying around
Open
- Dominant language
- Go
- Stars
- 135
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The current travis script and testing builds executable in a user-global space rather than locally to the package being tested and the tests then depend on this. This is sort of surprising so we should try not to do that.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the current Travis script and the testing build setup to see where executables are created and how the tests find them. The work is done when builds leave artifacts in the package's local space rather than a user-global space, and the tests still pass without relying on global artifacts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, ci-cd, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100