-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Setup a CI #42
Comments
I can work on a Github Action for that. |
That would be great ❤️ Diesel's CI configuration is likely a good starting point for how libpq can be setup on the different operating systems. Otherwise please just reach out if you have problems somewhere. |
I am using the Diesel CI config for the starting point. Do you need to have this tested on the Stable, Beta and Nightly versions of Rust? |
Just testing on stable would be fine. |
|
This was implemented by #45 |
We should setup a CI job for this repository to check if everything builds correctly.
We should test the following cases listed in our Readme:
Optimally this should be tested for windows, macos + linux.
The text was updated successfully, but these errors were encountered: