Run transfers app E2E tests in an Action, and backend with docker compose #48
Annotations
2 warnings
this function has too many arguments (8/7):
crates/cli/src/handler/enclave_start.rs#L177
warning: this function has too many arguments (8/7)
--> crates/cli/src/handler/enclave_start.rs:177:1
|
177 | / async fn gramine_manifest(
178 | | trusted_height: &str,
179 | | trusted_hash: &str,
180 | | quartz_dir: &Path,
... |
185 | | node_url: &str,
186 | | ) -> Result<(), Error> {
| |______________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|
this function has too many arguments (8/7):
crates/cli/src/handler/enclave_start.rs#L177
warning: this function has too many arguments (8/7)
--> crates/cli/src/handler/enclave_start.rs:177:1
|
177 | / async fn gramine_manifest(
178 | | trusted_height: &str,
179 | | trusted_hash: &str,
180 | | quartz_dir: &Path,
... |
185 | | node_url: &str,
186 | | ) -> Result<(), Error> {
| |______________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|