twitch-rs/twitch_api

Don't compile http crates on CI

Emilgardis opened this issue · 1 comments

I don't think I need to compile surf and reqwest for CI, don't even need it for mocking tests (when that is actually done).

I want to instead add a ureq dep (or similar, something light-weight), and only use that in CI. This should improve CI compile time a bit!

Not sure if I should add this to https://github.com/Emilgardis/twitch_oauth2 too

#230 fixed parts of this