ci: fix errors

This commit is contained in:
2025-03-20 14:54:40 +02:00
parent d2cce4b6c0
commit 956ea4e410
3 changed files with 4 additions and 4 deletions

4
tests/foo.rs Normal file
View File

@@ -0,0 +1,4 @@
#[test]
fn foo() {
assert!(true)
}