diff options
author | Daniel Hahler <git@thequod.de> | 2019-10-08 17:36:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 17:36:58 +0200 |
commit | 7e4b744b6429561b93489e4d639b6374bb260afc (patch) | |
tree | 41705cc4bb1c4c3abbc01daf6be792fd2a7955eb | |
parent | 3b3a40978117a79cd6960c820b12e6f04408ac25 (diff) | |
download | rneovim-7e4b744b6429561b93489e4d639b6374bb260afc.tar.gz rneovim-7e4b744b6429561b93489e4d639b6374bb260afc.tar.bz2 rneovim-7e4b744b6429561b93489e4d639b6374bb260afc.zip |
ci: OpenBSD: enable functionaltest (#11178)
-rw-r--r-- | .builds/openbsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |