fix: ci checks

This commit is contained in:
Azalea Colburn 2025-03-21 15:43:40 -07:00
parent 7cca386014
commit 0b53446841
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use cmd::Cmd;
fn main() -> io::Result<()> {
// Since we are generating completions in the package directory, we need to
// set this so that Cargo doesn't rebuild every time.
println!("cargo:rustc-check-cfg=cfg(test)");
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=src/");
println!("cargo:rerun-if-changed=templates/");