Update github actions workflow with new naming scheme

This commit is contained in:
adisbladis
2021-08-25 03:29:10 -05:00
parent 4c28ae88a6
commit 9bfc3762eb
+1 -1
View File
@@ -29,5 +29,5 @@ jobs:
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 install -D ./result/bin/nix-eval-jobs ./build/src/nix-eval-jobs
nix develop -c pytest ./tests