Skip to content

Run transfers app E2E tests in an Action, and backend with docker compose #48

Run transfers app E2E tests in an Action, and backend with docker compose

Run transfers app E2E tests in an Action, and backend with docker compose #48

Triggered via pull request October 1, 2024 15:18
Status Success
Total duration 26m 19s
Billable time 27m
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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