wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Making sure that tests pass, and adding GitHub Actions CI #201

Closed phayes closed 2 years ago

phayes commented 2 years ago

This PR does a fix-up of the test suite and ensures that tests pass in both blocking and async modes.

It also includes some fixes that I missed in my previous PR (async_get_all)

arlyon commented 2 years ago

As there have been no objections, I will say we've 'officially' moved to github actions. thanks! I will monitor this and make sure tests pass on master.