ci: add test build workflow #3
Annotations
3 errors and 3 warnings
build-tauri (ubuntu-20.04)
Command failed with exit code 1: yarn tauri build
|
build-tauri (macos-latest)
Command failed with exit code 1: yarn tauri build
|
build-tauri (windows-latest)
Command failed with exit code 1: yarn tauri build
|
build-tauri (ubuntu-20.04)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
27: tauri = { version = "1.5.2", features = [ "os-all", "clipboard-write-text", "global-shortcut-all", "dialog-open", "test"] }
28: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
29: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|
build-tauri (macos-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
27: tauri = { version = "1.5.2", features = [ "os-all", "clipboard-write-text", "global-shortcut-all", "dialog-open", "test"] }
28: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
29: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|
build-tauri (windows-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
27: tauri = { version = "1.5.2", features = [ "os-all", "clipboard-write-text", "global-shortcut-all", "dialog-open", "test"] }
28: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
29: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|