From 1e9fea17e3e1e793c0361bb6e7af80bfb5936a1c Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 29 Oct 2025 12:46:07 +0100 Subject: [PATCH] fix ci --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 03eb69c..b82a5c1 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1,6 +1,6 @@ use player::Backend; -#[ignored] +#[ignore] #[tokio::test] async fn main() -> Result<(), Box> { let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;