Build quilkin-filter-example as part of CI #328
Labels
area/build-tools
Development tooling.
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/cleanup
Refactoring code, fixing up documentation, etc
priority/medium
Issues that we want to resolve, but don't require immediate resolution.
Looking at this example, and upcoming refactoring to API surfaces, I think it would be good to compile this example and make sure the code is not broken in CI (basically in
make test
).I do note that the dependency is listed as
quilkin = "0.1.0"
, and as such won't pickup new changes - but we could point it to local, much like we do on themacros
crate.@iffyio any reason you can think that would be a bad idea? (Since you wrote the example).
Only thought I had - we should make sure the examples link in our docs always points to a release branch, rather than
main
.The text was updated successfully, but these errors were encountered: