summaryrefslogtreecommitdiffstats
path: root/.builds/nixos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r--.builds/nixos.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
index baef33d6..eef09fab 100644
--- a/.builds/nixos.yml
+++ b/.builds/nixos.yml
@@ -20,7 +20,10 @@ 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"
- test: |
cd imag
nix-shell ./ci.nix --run "cargo test --all --all-features"