diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-03 17:37:57 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-08 07:00:40 +0800 |
commit | 917dfa510a79bda49aa815f449901480847fbeee (patch) | |
tree | 9803c98807639199b40320941fd2a4b8d96180c7 | |
parent | 8bae974da3fdc06741d5868af376daa7bd0db638 (diff) | |
download | rneovim-917dfa510a79bda49aa815f449901480847fbeee.tar.gz rneovim-917dfa510a79bda49aa815f449901480847fbeee.tar.bz2 rneovim-917dfa510a79bda49aa815f449901480847fbeee.zip |
ci(freebsd): enable oldtests
-rw-r--r-- | .builds/freebsd.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index b2b4aa4a5c..2d06b1e685 100644 --- 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 |