added zcash-local-net and new test_manager #239
ci.yml
on: push
Bitrot check
9m 8s
Clippy (MSRV)
7m 14s
Clippy (beta)
14s
Code coverage
4m 28s
Intra-doc links
9m 2s
Rustfmt
11s
Matrix: build-latest
Matrix: test
Annotations
15 errors
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Rustfmt
Process completed with exit code 1.
|
Code coverage
Process completed with exit code 1.
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L306
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:306:1
|
306 | pub static CHAIN_CACHE_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L301
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:301:1
|
301 | pub static ZAINOD_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L296
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:296:1
|
296 | pub static LIGHTWALLETD_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L291
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:291:1
|
291 | pub static ZEBRAD_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L286
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:286:1
|
286 | pub static ZCASH_CLI_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a static:
zaino-testutils/src/lib.rs#L281
error: missing documentation for a static
--> zaino-testutils/src/lib.rs:281:1
|
281 | pub static ZCASHD_BIN: Lazy<Option<PathBuf>> = Lazy::new(|| {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test on macOS-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "macOS-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Test on ubuntu-latest
The operation was canceled.
|