Skip to content

Add new manually-triggerable workflows #46

Add new manually-triggerable workflows

Add new manually-triggerable workflows #46

Triggered via pull request August 6, 2023 17:49
Status Success
Total duration 59s
Artifacts

ci.yml

on: pull_request
Matrix: _internal_tests / failure_tests
Matrix: _internal_tests / success_lints
Matrix: _internal_tests / success_tests
Matrix: ci_rust / rust_tests
_internal_tests  /  ...  /  cargo_fmt
18s
_internal_tests / failure_fmt / cargo_fmt
_internal_tests  /  ...  /  cargo_clippy
16s
_internal_tests / failure_fmt / cargo_clippy
_internal_tests  /  ...  /  cargo_deny
18s
_internal_tests / failure_fmt / cargo_deny
_internal_tests  /  ...  /  cargo_fmt
16s
_internal_tests / failure_clippy / cargo_fmt
_internal_tests  /  ...  /  cargo_clippy
16s
_internal_tests / failure_clippy / cargo_clippy
_internal_tests  /  ...  /  cargo_deny
22s
_internal_tests / failure_clippy / cargo_deny
ci_rust  /  ...  /  cargo_fmt
14s
ci_rust / rust_lints / cargo_fmt
ci_rust  /  ...  /  cargo_clippy
15s
ci_rust / rust_lints / cargo_clippy
ci_rust  /  ...  /  cargo_deny
17s
ci_rust / rust_lints / cargo_deny
_internal_tests  /  all_failure_tests
1s
_internal_tests / all_failure_tests
overall_ci
1s
overall_ci
Fit to window
Zoom out
Zoom in

Annotations

5 errors
_internal_tests / failure_clippy / cargo_clippy: tests/lint-failure/src/main.rs#L3
[clippy] reported by reviewdog 🐶 error: redundant pattern matching, consider using `is_some()` --> src/main.rs:3:12 | 3 | if let Some(_) = Some(1) { | -------^^^^^^^---------- help: try this: `if Some(1).is_some()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching = note: `-D clippy::redundant-pattern-matching` implied by `-D warnings` Raw Output: src/main.rs:3:12:e:error: redundant pattern matching, consider using `is_some()` --> src/main.rs:3:12 | 3 | if let Some(_) = Some(1) { | -------^^^^^^^---------- help: try this: `if Some(1).is_some()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching = note: `-D clippy::redundant-pattern-matching` implied by `-D warnings` __END__
_internal_tests / failure_clippy / cargo_clippy
reviewdog exited with status code: 1
_internal_tests / failure_tests (nightly) / test
Process completed with exit code 100.
_internal_tests / failure_tests (stable) / test
Process completed with exit code 100.
_internal_tests / failure_fmt / cargo_fmt
Process completed with exit code 1.