mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
fix(ci): missing import in tests
This commit is contained in:
parent
aeddf561b1
commit
1f62c2f86d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ mod map; pub use self::map::*;
|
||||||
mod thunk; pub use self::thunk::*;
|
mod thunk; pub use self::thunk::*;
|
||||||
mod transform; pub use self::transform::*;
|
mod transform; pub use self::transform::*;
|
||||||
|
|
||||||
|
#[cfg(test)] use crate::*;
|
||||||
#[cfg(test)] #[test] fn test_ops () -> Usually<()> {
|
#[cfg(test)] #[test] fn test_ops () -> Usually<()> {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue