From d1171af171dd3ceb117a1395fa7f4ae8028a0da1 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 2 Apr 2018 13:25:33 +0800 Subject: [PATCH] Enable parallel tests --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 89e280e..0227c5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,33 +8,39 @@ pipeline: - latest # tests to ensure they compile independently test-neovim: + group: test image: alpine:latest commands: - ./.install/neovim.sh - nvim -version - nvim +checkhealth +qa test-yadm: + group: test image: alpine:latest commands: - ./.install/yadm.sh - yadm test-golang: + group: test image: alpine:latest commands: - ./.install/golang.sh - export PATH=/usr/local/go/bin:$PATH - go version test-node: + group: test image: alpine:latest commands: - ./.install/node.sh - node --version test-kubectl: + group: test image: alpine:latest commands: - ./.install/kubectl.sh - kubectl version test-jdk: + group: test image: alpine:latest commands: - ./.install/jdk.sh