This commit is contained in:
Felix Ableitner 2023-08-01 11:30:31 +02:00
parent 6799382e1a
commit ff8f0902f4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
variables:
- &muslrust_image "clux/muslrust:1.70.0"
- &slow_check_paths
- path:
- path: &when_path
- "crates"
- "src"
- "Cargo.toml"

View File

@ -66,7 +66,7 @@ pub(crate) const REQWEST_TIMEOUT: Duration = Duration::from_secs(10);
/// Placing the main function in lib.rs allows other crates to import it and embed Lemmy
pub async fn start_lemmy_server() -> Result<(), LemmyError> {
println!("test 2");
println!("test 3");
let args: Vec<String> = env::args().collect();
let scheduled_tasks_enabled = args.get(1) != Some(&"--disable-scheduled-tasks".to_string());