Skip to content

[CI] Allow sourcing test manager script #17

[CI] Allow sourcing test manager script

[CI] Allow sourcing test manager script #17

Triggered via pull request February 19, 2025 09:19
Status Failure
Total duration 1m 20s
Artifacts

setup-tests.yml

on: pull_request
Matrix: setup_test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
setup_test (macos-latest)
Process completed with exit code 233.
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default