tzmfreedom / rustforce

Salesforce REST API Client by Rust
MIT License
41 stars 19 forks source link

Integration tests #7

Closed patnaikshekhar closed 4 years ago

patnaikshekhar commented 4 years ago

@tzmfreedom I've added some integration tests for the module. Additionally, I've moved the CI workflow to use GitHub actions instead of Travis CI. Is that alright? If you are ok with that then can you add the secrets to the repository so that it can connect to a SF org to run the tests or you can add me as a collaborator which will allow me to add secrets.

patnaikshekhar commented 4 years ago

@tzmfreedom did you get a chance to have a look at this?

tzmfreedom commented 4 years ago

@patnaikshekhar Thank you for your pullrequest and suggestion!! And sorry for late reply. I think your suggestion is good, so I'll approve this PR. I'll prepare the credentials to execute integration tests.