diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·52+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·53+0000 |
commit | 9885036eec80305fcd44b51a1878e7118282db78 (patch) | |
tree | a7f814caba2128f46502fbcb845f70fc5d912452 /ci-builds.nix | |
parent | 902500c4ead7166274187dcb776048d2ecd86bfa (diff) |
chore(yants): Move tests into subfolder & add to CI builds r/250
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 46480c41a17c..5f3ae9bcf1c8 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -7,12 +7,12 @@ let pkgs = import ./default.nix {}; in with pkgs; [ + nix.yants.tests ops.journaldriver ops.kms_pass ops.sync-gcsr tools.blog_cli tools.emacs web.cgit-taz - # web.tazblog # TODO(tazjin): Happstack build failure in nixos-unstable ] |