Fix integration nix

This commit is contained in:
Kristoffer Dalby
2022-03-18 08:24:21 +00:00
parent 9d4822b8c7
commit ac5ad42474
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ jobs:
- name: Run Integration tests
if: steps.changed-files.outputs.any_changed == 'true'
run: nix develop --command "make test_integration"
run: nix develop --command -- make test_integration
+1
View File
@@ -127,6 +127,7 @@
format = pkgs.runCommand "check-format"
{
buildInputs = with pkgs; [
gnumake
nixpkgs-fmt
golangci-lint
nodePackages.prettier