run tests in CI

This commit is contained in:
Jörg Thalheim
2021-03-21 19:31:57 +01:00
parent 71cbe4eab4
commit 76c3e68ccd
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -26,4 +26,8 @@ jobs:
- name: List flake structure
run: nix flake show
- name: Build
run: nix build
run: nix build --out-link result
- name: Run tests
run: |
nix develop -c install -D ./result/bin/hydra-eval-jobs ./build/src/hydra-eval-jobs
nix develop -c pytest ./tests