From 4db881150213ffa981e11c0dd5b9dae82e0b458e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 18 Apr 2020 09:56:17 +0200 Subject: Add git config in test env This somehow got lost when we rebased the srht-builds branch, I guess. Signed-off-by: Matthias Beyer --- .builds/nixos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/nixos.yml b/.builds/nixos.yml index baef33d6..ddf56e85 100644 --- a/.builds/nixos.yml +++ b/.builds/nixos.yml @@ -21,6 +21,9 @@ tasks: - build: | cd imag nix-shell ./ci.nix --run "cargo build --all --all-features --tests" + - prepare-test: | + git config --global user.name "Test user" + git config --global user.email "test@user.tld" - test: | cd imag nix-shell ./ci.nix --run "cargo test --all --all-features" -- cgit v1.2.3