mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
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:
parent
1b06a1842c
commit
25c3c9effa
1 changed files with 5 additions and 0 deletions
|
|
@ -129,3 +129,8 @@ env DIRENV_DEVSHELL=all-features \
|
||||||
-- \
|
-- \
|
||||||
--color=always
|
--color=always
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[task]]
|
||||||
|
name = "nix"
|
||||||
|
group = "tests"
|
||||||
|
script = "nix flake check -L"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue