fixing CI

This commit is contained in:
2025-11-07 12:31:58 +01:00
parent 8f22404802
commit e508d89de8
5 changed files with 26 additions and 18 deletions

View File

@@ -15,6 +15,6 @@ pub const DEVICE_ID = 0x600DCAFE;
pub const std_options = base.std_options;
comptime {
_ = base;
test {
std.testing.refAllDeclsRecursive(@This());
}