techygrrrl / timerrr

⏳ A CLI-based timer app with a TUI written in Go
https://blog.techygrrrl.stream/cross-platform-tui-cli-go-lang
MIT License
8 stars 2 forks source link

Tests not working on linux locally #10

Closed AdjectiveAllison closed 1 year ago

AdjectiveAllison commented 1 year ago

I was here and got an error: https://github.com/techygrrrl/timerrr/blob/main/CONTRIBUTING.md#-testing It looks like the tests were made for running inside of the CI runner with hardcoded runner paths. I'm unsure if it would be better to make them work for local setups or use something like https://github.com/nektos/act to test locally instead.

AdjectiveAllison commented 1 year ago

https://github.com/techygrrrl/timerrr/pull/11

There is a quick fix for supporting both my local linux setup and the runner(supposedly).

techygrrrl commented 1 year ago

Closed by #11 #14 – thank you @AdjectiveAllison