We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
surf
reqwest
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!
ureq
Not sure if I should add this to https://github.com/Emilgardis/twitch_oauth2 too
The text was updated successfully, but these errors were encountered:
#230 fixed parts of this
Sorry, something went wrong.
No branches or pull requests
I don't think I need to compile
surf
andreqwest
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
The text was updated successfully, but these errors were encountered: