You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could have more end-to-end tests, as #37 introduced a -test mode to the server, so we could verify things with simple automation like curl -s "http://localhost:8080/?json" | jq -c . | less -S | wc -l
Now, that the first 🐛 is found and fixed with #16 that brought in some tests
it would be good to add a CI.
The idea is to try Github Actions for:
go test .
An (upcoming #15) server binary and CD for it is going to be handled in a separate issue
The text was updated successfully, but these errors were encountered: