Skip to content

Added potion effects #1782

Added potion effects

Added potion effects #1782

Triggered via pull request October 10, 2023 00:53
Status Failure
Total duration 12m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: valence-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
Formatting
Process completed with exit code 1.
Clippy: crates/valence_server/src/status_effect.rs#L180
replacing a value of type `T` with `T::default()` is better expressed using `std::mem::take`
Clippy: crates/valence_server/src/status_effect.rs#L215
replacing a value of type `T` with `T::default()` is better expressed using `std::mem::take`
Clippy
Process completed with exit code 101.
Formatting: crates/valence_server/src/status_effect.rs#L1
Diff in /home/runner/work/valence/valence/crates/valence_server/src/status_effect.rs
Formatting: crates/valence_server/src/status_effect.rs#L176
Diff in /home/runner/work/valence/valence/crates/valence_server/src/status_effect.rs
Formatting: crates/valence_server/src/status_effect.rs#L211
Diff in /home/runner/work/valence/valence/crates/valence_server/src/status_effect.rs
Build Extractor
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/