AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 350 forks source link

Drop proprietary runner dependency in favor of go tooling #403

Closed mislav closed 2 years ago

mislav commented 2 years ago

When I got started with contributing to this project, it took me a while to figure out what run tests did and that it's in no way connected to the ./tests directory.

To make all this more straightforward and to eliminate a test dependency together with the _tasks.hcl file, this switches the CI job to run go test directly.