fix ci
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use player::Backend;
|
use player::Backend;
|
||||||
|
|
||||||
#[ignored]
|
#[ignore]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;
|
let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user