cleanups
This commit is contained in:
parent
6d466c65a4
commit
579869f2f0
21 changed files with 168 additions and 2771 deletions
13
flake.nix
13
flake.nix
|
|
@ -45,11 +45,11 @@
|
|||
|
||||
perSystem =
|
||||
{
|
||||
config,
|
||||
self',
|
||||
#config,
|
||||
#self',
|
||||
inputs',
|
||||
pkgs,
|
||||
system,
|
||||
#system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -125,8 +125,11 @@
|
|||
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
cargo deny check all -D warnings
|
||||
cargo fmt --all -- --check
|
||||
cargo nextest run --workspace --all-targets --all-features --status-level all
|
||||
cargo test
|
||||
cargo nextest run --workspace --all-targets --all-features --status-level all --no-tests warn
|
||||
|
||||
# TODO Doctests
|
||||
|
||||
echo "==== checkall success ===="
|
||||
'';
|
||||
# DO NOT ENABLE RUST because devenv messes up the ability
|
||||
# to build rust-src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue