kube-rs / gateway-api-rs

Kubernetes Gateway API bindings for Rust
https://docs.rs/crate/gateway-api/latest
MIT License
23 stars 9 forks source link

Enable doctests in CI #49

Closed shaneutt closed 1 week ago

shaneutt commented 2 months ago

Currently we're not running doctests in CI due to a problem with our generated API code from kopium, wherein the docs generated trigger and then fail testing attempts. The purpose of this task is to straighten that out and make sure we have unit and doctests running for PRs.

shaneutt commented 2 months ago

I've created https://github.com/kube-rs/kopium/issues/264 in order to fix this in kopium itself.

clux commented 1 month ago

Should be possible now in https://github.com/kube-rs/kopium/releases/tag/0.21.1

shaneutt commented 1 month ago

Thanks @clux and @alexsnaps!

shaneutt commented 1 week ago

Resolved by d08fb12cb7442aff96914589fd49754c6d42d2c2 and bdf0fda26761d090084ffc76d6189f0bff18ea15