Merge pull request 'integration-test' (#9) from integration-test into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m23s
CI/CD Pipeline / deploy (push) Successful in 1m20s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2025-10-29 12:47:45 +01:00

View File

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