mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 17:27:42 +02:00
feat: server shutdown signal (#676)
This commit is contained in:
4
justfile
4
justfile
@ -1,6 +1,8 @@
|
||||
_list:
|
||||
@just --list
|
||||
|
||||
toolchain := ""
|
||||
|
||||
# Check project.
|
||||
check: && clippy
|
||||
just --unstable --fmt --check
|
||||
@ -42,8 +44,6 @@ non_linux_all_features_list := ```
|
||||
```
|
||||
all_crate_features := if os() == "linux" { "--all-features" } else { "--features='" + non_linux_all_features_list + "'" }
|
||||
|
||||
toolchain := ""
|
||||
|
||||
# Run Clippy over workspace.
|
||||
clippy:
|
||||
cargo {{ toolchain }} clippy --workspace --all-targets {{ all_crate_features }}
|
||||
|
Reference in New Issue
Block a user