Skip to content

feat: runtime test expectation file #41

feat: runtime test expectation file

feat: runtime test expectation file #41

Triggered via pull request July 14, 2024 01:30
@GankraGankra
synchronize #70
testkey
Status Success
Total duration 16s
Artifacts

web.yml

on: pull_request
Build and deploy site and docs
7s
Build and deploy site and docs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
redundant closure: src/harness/report.rs#L424
error: redundant closure --> src/harness/report.rs:424:31 | 424 | input.parse().map_err(|e| D::Error::custom(e)) | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `D::Error::custom` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `-D clippy::redundant-closure` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
Build and deploy site and docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/