Closed panicbit closed 3 years ago
IIRC "cargo test" should cover this, although, I think I'd have to pass "--all".
Well, it turns out I actually did set up CI already... like, 5 years ago:
The repo was still managed by travis-ci.org
, but I have migrated it to travis-ci.com
now.
However, for some reason travis does not see new pull requests. :disappointed:
Ok, so I found out that the builds on travis are getting rejected with "Could not authorize build requested". The travis docs say this:
“Could not authorize build request”, usually means that the account’s subscription expired or that it ran out of trial builds.
Looks like I'll have to look into other CI providers then. Hello GitHub Actions‽
I've set up GitHub Actions with a couple of clicks now :man_shrugging:. Seems to work fine https://github.com/panicbit/rust-rcon/actions
Remember to test that your examples at least can build