From 4725867ec66b9a0f5e5ad95a1fd94c2f97fa2d2c Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 4 Aug 2022 16:00:30 -0400 Subject: fix: restore testing framework to actually work (#2070) after refactor to some new asynchronous items for finders, the tests stopped actually doing anything. now they do things again. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26ae9b..1e05c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,19 +13,19 @@ jobs: - os: ubuntu-20.04 url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz manager: sudo apt-get - packages: -y fd-find + packages: -y ripgrep - os: ubuntu-20.04 url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz manager: sudo apt-get - packages: -y fd-find + packages: -y ripgrep - os: macos-10.15 url: https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz manager: brew - packages: fd + packages: ripgrep - os: macos-10.15 url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz manager: brew - packages: fd + packages: ripgrep steps: - uses: actions/checkout@v2 - run: date +%F > todays-date -- cgit v1.2.3