This commit is contained in:
Mona Mayrhofer 2026-03-03 18:08:02 +01:00
parent 6d466c65a4
commit 579869f2f0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
21 changed files with 168 additions and 2771 deletions

View file

@ -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