aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/freebsd.yml10
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