diff options
author | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-10-23 08:20:38 -0500 |
---|---|---|
committer | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-11-11 10:27:02 -0600 |
commit | d52b12c0a53f88b8ea9238d604f293b54c8ae51a (patch) | |
tree | f5de0e3210388a59e40898ba9bd8c631b1bae4f1 /tests/local.mk | |
parent | 8abb80a478116b10bf37162c71f602262de412a9 (diff) |
Test nix build --json
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index a1929f96d..ce94ec80e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -35,7 +35,8 @@ nix_tests = \ recursive.sh \ describe-stores.sh \ flakes.sh \ - content-addressed.sh + content-addressed.sh \ + build.sh # parallel.sh # build-remote-content-addressed-fixed.sh \ |