Skip to content

Commit 2eff735

Browse files
committed
Build packages separately
See commercialhaskell/stack#5159.
1 parent d463029 commit 2eff735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ build:
1212

1313
.PHONY: test
1414
test:
15-
stack build $(STACK_ARGUMENTS) --fast --pedantic --test
15+
stack build $(STACK_ARGUMENTS) bcp47 --fast --pedantic --test
16+
stack build $(STACK_ARGUMENTS) bcp47-orphans --fast --pedantic --test
1617

1718
.PHONY: lint
1819
lint:

0 commit comments

Comments
 (0)