Make valid-systems quicker
In the future, it would be good to pull this from the database again, but in some way which is really quick.
This commit is contained in:
parent
ffcf937c6a
commit
e070c20030
2 changed files with 7 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"test-model-derivation"
|
||||
(lambda (conn)
|
||||
(test-equal "valid-systems"
|
||||
'()
|
||||
'("aarch64-linux" "armhf-linux" "i686-linux" "mips64el-linux" "x86_64-linux")
|
||||
(valid-systems conn))
|
||||
|
||||
(test-equal "count-derivations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue