Skip to content

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

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 #37

Triggered via pull request October 1, 2024 13:03
Status Cancelled
Total duration 2m 30s
Billable time 3m
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
tests
The run was canceled by @juanenrisley.
tests
The operation was canceled.
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
use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`: crates/enclave/quartz-proto/build.rs#L4
warning: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()` --> crates/enclave/quartz-proto/build.rs:4:10 | 4 | .compile(&["proto/quartz.proto"], &["proto"])?; | ^^^^^^^ | = note: `#[warn(deprecated)]` on by default