bundle a dolphin-tool executable to run tests on github action #24
docker.yml
on: push
Push Docker image to Docker Hub
6m 33s
Annotations
3 warnings
function `find_roms_with_romfile_by_system_id` is never used:
src/database.rs#L1218
warning: function `find_roms_with_romfile_by_system_id` is never used
--> src/database.rs:1218:14
|
1218 | pub async fn find_roms_with_romfile_by_system_id(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
function `find_roms` is never used:
src/database.rs#L1077
warning: function `find_roms` is never used
--> src/database.rs:1077:14
|
1077 | pub async fn find_roms(connection: &mut SqliteConnection) -> Vec<Rom> {
| ^^^^^^^^^
|
function `find_games` is never used:
src/database.rs#L675
warning: function `find_games` is never used
--> src/database.rs:675:14
|
675 | pub async fn find_games(connection: &mut SqliteConnection) -> Vec<Game> {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|