From 9b398b6a6eaf3cfca2753abdb811b426021156f2 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Wed, 12 Apr 2017 15:40:03 +0200 Subject: .drone.yml: Reorder test Since the tests will be run in FIFO order, we can minimize the number of intensive tests running concurrently by putting the intensive tests at the end of the list. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index c6e4f53e4..22ce99c3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ pipeline: matrix: TEST: + - dotty-bin-tests/test + - legacyTests - test - ;publishLocal ;dotty-bootstrapped/test - - legacyTests - - dotty-bin-tests/test -- cgit v1.2.3