Nixify integration test

This commit is contained in:
Kristoffer Dalby 2022-03-17 18:18:51 +00:00
parent d43fec7f96
commit 466d03d574
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
- name: Run Integration tests
if: steps.changed-files.outputs.any_changed == 'true'
run: make test_integration
run: nix develop --command "make test_integration"