commit 4632729459552fe168f23831a70c77a5fe40013a parent 4f007a7f651ccd052f299000b49b9a389f713725 Author: James McCoy <jamessan@jamessan.com> Date: Tue, 8 Mar 2022 14:42:56 -0500 Merge pull request #17585 from zeertzjq/ci-freebsd-oldtests Diffstat:
| M | .builds/freebsd.yml | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -35,10 +35,6 @@ tasks: - unittest: | cd neovim gmake unittest - -# Unfortunately, oldtest is tanking hard on sourcehut's FreeBSD instance -# and not producing any logs as a result. So don't do this task for now. -# Ref: https://github.com/neovim/neovim/pull/11477#discussion_r352095005. -# - test-oldtest: | -# cd neovim -# gmake oldtest +- oldtest: | + cd neovim + gmake oldtest