Skip to content

Commit

Permalink
Build the tests when debugging, to save rebuilding.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Sep 28, 2019
1 parent d0dc948 commit 2fb6861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ $(OUT)/smoke-$(OS): $(BIN_RELEASE)
cp $(BIN_RELEASE) $(OUT)/smoke-$(OS)

$(BIN_RELEASE): clean
stack build
stack build
stack install --local-bin-path=$(OUT_RELEASE)

$(BIN_DEBUG): $(CONF) $(SRC)
$(STACK) install --fast --local-bin-path=$(OUT_DEBUG)
$(STACK) install --fast --test --no-run-tests --local-bin-path=$(OUT_DEBUG)

default.nix: dependencies
stack exec -- cabal2nix --shell . > $@
Expand Down

0 comments on commit 2fb6861

Please sign in to comment.