From ac5ad42474a948273f94708d92bdde2d8b988984 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 18 Mar 2022 08:24:21 +0000 Subject: [PATCH] Fix integration nix --- .github/workflows/test-integration.yml | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index d976539a..2ac023ac 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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 diff --git a/flake.nix b/flake.nix index 6b3bf725..7c3be5b6 100644 --- a/flake.nix +++ b/flake.nix @@ -127,6 +127,7 @@ format = pkgs.runCommand "check-format" { buildInputs = with pkgs; [ + gnumake nixpkgs-fmt golangci-lint nodePackages.prettier