mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
test: add intentional compilation error to fail backend CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -221,6 +221,9 @@ pub fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
}
|
||||
|
||||
// This line intentionally fails compilation to test CI
|
||||
let _: i32 = this_variable_does_not_exist;
|
||||
|
||||
// Normal execution (console/foreground mode)
|
||||
setup_deno_runtime()?;
|
||||
create_and_run_current_thread_inner(windmill_main())
|
||||
|
||||
Reference in New Issue
Block a user