Skip to content

Commit

Permalink
Add @test alias to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Jun 19, 2020
1 parent d5b146a commit cb0955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsp-server:
.PHONY: lsp-server

test: $(TEST_E2E_DIR)/node_modules lsp-server
cd $(TEST_E2E_DIR) && dune exec -- yarn test
dune build @test && cd $(TEST_E2E_DIR) && dune exec -- yarn test
.PHONY: test

$(TEST_E2E_DIR)/node_modules:
Expand Down

0 comments on commit cb0955a

Please sign in to comment.