ci: check and build with features

This commit is contained in:
2025-03-15 15:59:35 -04:00
parent dfac6e0413
commit 9886f251b8
5 changed files with 40 additions and 14 deletions

View File

@@ -4,13 +4,15 @@ pub mod container;
pub mod direction;
pub mod events;
pub mod logging;
pub mod matrix;
pub mod nochatreports;
pub mod player;
pub mod system;
pub mod thread;
pub mod vec3;
#[cfg(feature = "matrix")]
pub mod matrix;
use crate::{ListenerMap, build_info::built};
use mlua::{Lua, Table};
use std::io;