From 5ba62728ac45ef3d5f2cf01f6f5141afc5815350 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 18 Apr 2020 10:18:46 +0200 Subject: Fix: Do not build all tests, but all binaries Signed-off-by: Matthias Beyer --- .builds/nixos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/nixos.yml b/.builds/nixos.yml index ddf56e85..eef09fab 100644 --- a/.builds/nixos.yml +++ b/.builds/nixos.yml @@ -20,7 +20,7 @@ tasks: ~/.cargo/bin/mdbook build - build: | cd imag - nix-shell ./ci.nix --run "cargo build --all --all-features --tests" + nix-shell ./ci.nix --run "cargo build --all --all-features" - prepare-test: | git config --global user.name "Test user" git config --global user.email "test@user.tld" -- cgit v1.2.3