summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/nixos.yml3
1 files changed, 3 insertions, 0 deletions
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"