summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/hello-subset.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/hello-subset.scm b/tests/hello-subset.scm
index 7139d95..b270ded 100644
--- a/tests/hello-subset.scm
+++ b/tests/hello-subset.scm
@@ -37,4 +37,11 @@
#:branch "core-updates"
#:file (local-file "gnu-system.scm")
#:proc 'hydra-jobs
+ #:arguments '((subset . "hello")))
+ (make-job-spec
+ #:name "guix"
+ #:url "git://git.savannah.gnu.org/guix.git"
+ #:tag "v0.9.0"
+ #:file (local-file "gnu-system.scm")
+ #:proc 'hydra-jobs
#:arguments '((subset . "hello"))))