feat: improve testing

This commit is contained in:
Jaka Hudoklin 2019-03-08 00:39:09 +01:00
parent ae431d1acc
commit 987c6e4173
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
6 changed files with 51 additions and 18 deletions

View file

@ -1,2 +1,6 @@
language: nix
script: nix build -f ./tests v1_13.testing.result --arg e2e false
script:
- nix-env -iA nixpkgs.jq
- nix build -f ./release.nix test-results --arg e2e false
- cat result | jq '.'
- nix eval -f ./release.nix --arg e2e false tests-check