Compare commits

...

6 Commits

Author SHA1 Message Date
250feb54cd 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
2025-10-29 12:47:45 +01:00
Philipp Hofer
9403b19c71 Merge branch 'main' into integration-test
Some checks failed
CI/CD Pipeline / deploy (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
2025-10-29 12:47:30 +01:00
Philipp Hofer
1e9fea17e3 fix ci
Some checks failed
CI/CD Pipeline / test (push) Successful in 1m20s
CI/CD Pipeline / deploy (push) Has been cancelled
2025-10-29 12:46:07 +01:00
Philipp Hofer
704708e37f push
Some checks failed
CI/CD Pipeline / test (push) Failing after 46s
CI/CD Pipeline / deploy (push) Has been skipped
2025-10-29 12:17:08 +01:00
b833b2a27a Update tests/integration.rs
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m17s
CI/CD Pipeline / deploy (push) Has been skipped
2025-10-29 12:13:46 +01:00
Philipp Hofer
fb7674eac1 add integration test
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m33s
CI/CD Pipeline / deploy (push) Has been skipped
2025-10-29 12:11:58 +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?;