Run CI with git available

This commit is contained in:
adisbladis 2019-12-28 00:32:07 +00:00
parent 737ed5a372
commit 235a9cec79
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -3,13 +3,13 @@ test-19.09:
NIX_PATH: nixpkgs=channel:nixos-19.09
script:
# FIXME: the other tests are broken at the moment
- nix-build --no-out-link --show-trace tests -A trivial
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests -A trivial"
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
script:
- nix-build --no-out-link --show-trace tests
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
nixpkgs-fmt:
script: