Skip to content

Commit

Permalink
default test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Oct 31, 2023
1 parent fd84770 commit 75b908a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/go/gotest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ M.get_testcase_name = function()
end

local function run_tests_with_ts_node(args, func_node, tblcase_ns)
local cmd, optarg, tags = cmd_builder('', args)
local fpath = M.get_test_path()
local cmd, optarg, tags = cmd_builder(fpath, args)

local test_runner = _GO_NVIM_CFG.test_runner or 'go'

Expand Down

0 comments on commit 75b908a

Please sign in to comment.