From f7e3b7002d1eefbeaac3970be4ac729843d6a939 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Mon, 27 Mar 2017 14:11:23 +0200 Subject: Restore partest and enable it to run alongside new partest --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 6d49aace5..eb36e65d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,3 +36,7 @@ matrix: TEST: - ;test;dotty-bin-tests/test - ;publishLocal;dotty-bootstrapped/test + - partest-only-no-bootstrap --show-diff --verbose + - partest-only --show-diff --verbose + - ;set testOptions in LocalProject("dotty-compiler") := Seq() ;dotty-compiler/testOnly dotty.tools.dotc.CompilationTests + - ;publishLocal ;set testOptions in LocalProject("dotty-compiler-bootstrapped") := Seq() ;dotty-bootstrapped/testOnly dotty.tools.dotc.CompilationTests -- cgit v1.2.3