run nix tests in CI

TODO: this is probably going to use non-KVM qemu to run the test VM.
Measure how long it takes, that might be too slow for us to put up with.
This commit is contained in:
Olivia Lee 2025-04-27 15:48:04 -07:00
parent 1b06a1842c
commit 25c3c9effa
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9

View file

@ -129,3 +129,8 @@ env DIRENV_DEVSHELL=all-features \
-- \ -- \
--color=always --color=always
""" """
[[task]]
name = "nix"
group = "tests"
script = "nix flake check -L"