fix ci
Some checks failed
CI/CD Pipeline / test (push) Successful in 1m20s
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
Philipp Hofer
2025-10-29 12:46:07 +01:00
parent 704708e37f
commit 1e9fea17e3

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?;