fixes a random dead lock

This commit is contained in:
2018-07-21 10:06:08 +02:00
parent 046429dde2
commit e73731a2ea

View File

@ -7,11 +7,11 @@ project.lock.json: project.json
dnu restore
$(BINTARGET): project.lock.json
dnu build
dnu build --configuration $(CONFIGURATION)
test: $(BINTARGET)
dnx test
ASPNET_ENV=Development dnx test -maxthreads 1
.PHONY: test