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.
This commit is contained in:
TJ DeVries
2022-08-04 16:00:30 -04:00
committed by GitHub
parent 75a5e50653
commit 4725867ec6
11 changed files with 304 additions and 82 deletions

View File

@@ -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