Initial work #5
ci.yaml
on: push
cargo test
20s
cargo fmt && cargo clippy
50s
Matrix: cargo build
Annotations
6 errors
cargo build (./)
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/rust-pgdatadiff/rust-pgdatadiff/{{ matrix.directory }}'. No such file or directory
|
cargo build (rust-pgdatadiff-client)
The job was canceled because "_" failed.
|
cargo build (rust-pgdatadiff-client)
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/rust-pgdatadiff/rust-pgdatadiff/{{ matrix.directory }}'. No such file or directory
|
cargo fmt && cargo clippy:
src/diff/diff_payload.rs#L32
this function has too many arguments (9/7)
|
cargo fmt && cargo clippy:
src/diff/table/table_differ.rs#L220
this function has too many arguments (8/7)
|
cargo fmt && cargo clippy
Process completed with exit code 101.
|