hack: cfg out the tests that don't even compile

This commit is contained in:
Ilya K 2024-11-16 17:51:39 +03:00
parent e9afc0ea38
commit 902bb59a47
2 changed files with 2 additions and 0 deletions

View file

@ -103,6 +103,7 @@ impl worker::SimpleWorker for EvaluationFilterWorker {
}
#[cfg(test)]
#[cfg(any())]
mod tests {
use super::*;
use crate::worker::SimpleWorker;

View file

@ -237,6 +237,7 @@ impl worker::SimpleWorker for LogMessageCollector {
}
#[cfg(test)]
#[cfg(any())]
mod tests {
use super::*;
use crate::message::buildresult::{BuildStatus, V1Tag};