Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
uses: rhysd/action-setup-vim@v1
with:
neovim: true
# Minimum supported mason.nvim version
# Minimum version supported by mason.nvim
version: v0.10.0

- if: ${{ steps.prepare.outputs.PACKAGES != '' }}
Expand Down
2 changes: 1 addition & 1 deletion tests/test-runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ local ok, err = pcall(a.run_blocking, function()

for __, pkg_path in ipairs(packages) do
-- Turns "packages/rust-analyzer/package.yaml" into "rust-analyzer"
local pkg_name = vim.fn.fnamemodify(pkg_path, ":h:t")
local pkg_name = vim.fs.basename(vim.fs.dirname(pkg_path))
local pkg = registry.get_package(pkg_name)
a.scheduler()
get_targets(pkg)
Expand Down