inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
220 stars 38 forks source link

Update GHA workflow to build using non-default features #79

Closed skulthe closed 2 years ago

inejge commented 2 years ago

Thanks for the PR, but it fails to build the Rustls version -- I believe that multiple features should be comma-separated (or quoted, but comma-separating is easier):

features: ["default", "sync,tls-rustls"]

Could you redo the commit and force-push it?

inejge commented 2 years ago

I applied the change manually by cherry-picking your commit, so it can't be merged directly; however, the contribution is visible as yours in the history. Thanks again for the PR.