mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 22:09:47 +08:00
Try running tests in parallel again
This commit is contained in:
+6
-5
@@ -3,8 +3,9 @@ sudo: required
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
language: generic
|
language: generic
|
||||||
script:
|
env:
|
||||||
- "./run-tests --vim-only"
|
- TESTOPTIONS=--vim-only
|
||||||
- "./run-tests --neovim-02-only"
|
- TESTOPTIONS=--neovim-02-only
|
||||||
- "./run-tests --neovim-03-only"
|
- TESTOPTIONS=--neovim-03-only
|
||||||
- "./run-tests --linters-only"
|
- TESTOPTIONS=--linters-only
|
||||||
|
script: "./run-tests $TESTOPTIONS"
|
||||||
|
|||||||
Reference in New Issue
Block a user