add main to avoid CI crash
This commit is contained in:
parent
4e86aeb7f9
commit
70305c5fad
@ -188,3 +188,7 @@ fn test() {
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
fn main () {
|
||||
// empty main to pass CI
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user