From 7e4b744b6429561b93489e4d639b6374bb260afc Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 8 Oct 2019 17:36:58 +0200 Subject: [PATCH] ci: OpenBSD: enable functionaltest (#11178) --- .builds/openbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index a8f6992e3f..6796802051 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -35,7 +35,7 @@ tasks: export LC_CTYPE=en_US.UTF-8 # functional tests cd neovim/build - # cmake --build . --config Debug --target functionaltest + cmake --build . --config Debug --target functionaltest # oldtests cd .. gmake oldtest