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