1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Nixify integration test

This commit is contained in:
Kristoffer Dalby 2022-03-17 18:18:51 +00:00
parent d43fec7f96
commit 466d03d574

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"