From a531a46fb0e4298926fc0936b7f28f532c5a35aa Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 21 Jul 2018 16:08:28 +0200 Subject: [PATCH] a breaking target --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Makefile b/test/Makefile index 3b0a5729..8a1f7913 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,6 +10,10 @@ $(BINTARGET): project.lock.json dnu build --configuration $(CONFIGURATION) +breaking: + dnx test -class test.YavscWorkInProgress.GitClone + + test: $(BINTARGET) ASPNET_ENV=Development dnx test -maxthreads 1