Skip to content

Commit

Permalink
Merge dc07542 into e3b97b6
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed May 17, 2024
2 parents e3b97b6 + dc07542 commit 4f419b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c make nix-tests
- run: nix develop .#check -c make nix-tests
fmt:
runs-on: ubuntu-latest
steps:
Expand Down
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@
# present
buildInputs = (with pkgs; [ ocaml ocamlformat_0_26_1 yarn dune_3 ]);
};

check = pkgs_4_14.mkShell {
buildInputs = (with pkgs_4_14; [
yarn
ocamlPackages.ppx_expect
ocamlformat_0_26_1
]);
inputsFrom = with packages_4_14; [ ocaml-lsp jsonrpc lsp ];
};
};
}));
}

0 comments on commit 4f419b1

Please sign in to comment.