mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
migrate ci to github actions (#367)
This commit is contained in:
@ -24,11 +24,3 @@ async fn main() -> std::io::Result<()> {
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn sample_test() {
|
||||
assert!(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user