aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-03-08 14:42:56 -0500
committerGitHub <noreply@github.com>2022-03-08 14:42:56 -0500
commit4632729459552fe168f23831a70c77a5fe40013a (patch)
treee0a2ef6903877e6362d4f2181ee1dbb5f3fa737f
parent4f007a7f651ccd052f299000b49b9a389f713725 (diff)
parent917dfa510a79bda49aa815f449901480847fbeee (diff)
downloadrneovim-4632729459552fe168f23831a70c77a5fe40013a.tar.gz
rneovim-4632729459552fe168f23831a70c77a5fe40013a.tar.bz2
rneovim-4632729459552fe168f23831a70c77a5fe40013a.zip
Merge pull request #17585 from zeertzjq/ci-freebsd-oldtests
-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