fix: ci checks
This commit is contained in:
parent
7cca386014
commit
0b53446841
1
build.rs
1
build.rs
|
|
@ -11,6 +11,7 @@ use cmd::Cmd;
|
||||||
fn main() -> io::Result<()> {
|
fn main() -> io::Result<()> {
|
||||||
// Since we are generating completions in the package directory, we need to
|
// Since we are generating completions in the package directory, we need to
|
||||||
// set this so that Cargo doesn't rebuild every time.
|
// 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=build.rs");
|
||||||
println!("cargo:rerun-if-changed=src/");
|
println!("cargo:rerun-if-changed=src/");
|
||||||
println!("cargo:rerun-if-changed=templates/");
|
println!("cargo:rerun-if-changed=templates/");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue