Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(gitea): fix broken test in CI (#281)
The test was broken in CI, but may work locally (on MacOS for example). In CI it fails with: `self-signed certificate` It's because of different behavior in `rust-native-tls` depending on the platform. This PR eliminates the issue via explicit usage of rustls. Alternative would be to disable cert verification, but it means test would be useless. Closes #273
- Loading branch information