Add --max-retries
to the post service
#628
ci.yml
on: pull_request
Annotations
5 errors and 3 warnings
Test Suite (self-hosted, macos, arm64, --cfg=aes_armv8, nightly-2023-06-27)
Process completed with exit code 101.
|
Test Suite (self-hosted, linux, x64, intel, stable, self-hosted-linux-intel)
Process completed with exit code 101.
|
Test Suite (self-hosted, linux, arm64, --cfg=aes_armv8, nightly-2023-06-27)
Process completed with exit code 101.
|
Test Suite (macos-latest, stable)
Process completed with exit code 101.
|
Test Suite (windows-2019, stable)
Process completed with exit code 1.
|
unneeded `return` statement:
service/src/main.rs#L235
warning: unneeded `return` statement
--> service/src/main.rs:235:13
|
235 | return err.unwrap();
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
|
unneeded `return` statement:
service/src/main.rs#L232
warning: unneeded `return` statement
--> service/src/main.rs:232:13
|
232 | return Ok(())
| ^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
232 | Ok(())
|
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|