Update nix tests
All checks were successful
Build & Test / nix-build (push) Successful in 1m39s

This commit is contained in:
Kodi Craft 2024-09-04 11:57:36 +02:00
parent 773d1c567d
commit 903d2fd3be
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -57,7 +57,7 @@
}).overrideAttrs (old: { }).overrideAttrs (old: {
preInstall = '' preInstall = ''
# Run automated tests # Run automated tests
mix test --no-deps-check --no-start --color mix test --no-deps-check --color
''; '';
}); });