push
This commit is contained in:
		| @@ -21,8 +21,8 @@ jobs: | ||||
|     - name: Build | ||||
|       run: cargo build  | ||||
|  | ||||
|     - name: Backend tests | ||||
|       run: cargo test --verbose | ||||
|     - name: Tests | ||||
|       run: cargo test --verbose -- --ignored | ||||
|  | ||||
|   deploy: | ||||
|     runs-on: ubuntu-latest | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| use player::Backend; | ||||
|  | ||||
| #[ignored] | ||||
| #[tokio::test] | ||||
| async fn main() -> Result<(), Box<dyn std::error::Error>> { | ||||
|     let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hofer
					Philipp Hofer