integration-test #8

Merged
philipp merged 3 commits from integration-test into main 2025-10-29 12:18:09 +01:00
Showing only changes of commit b833b2a27a - Show all commits

View File

@@ -1,6 +1,5 @@
use player::Backend;
#[ignore]
#[tokio::test]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;