Skip to content

Commit

Permalink
ci: build rust module
Browse files Browse the repository at this point in the history
  • Loading branch information
topaxi committed Apr 26, 2023
1 parent 023b31e commit 940802c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
ln -s "$(pwd)" ~/.local/share/nvim/site/pack/vendor/start
- name: Build rust module
run: make

- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
Expand Down

0 comments on commit 940802c

Please sign in to comment.