Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Aug 12, 2024
1 parent 1288ac7 commit 90846dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/actions/test/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function main()
task.run("config", {}, {disable_dump = true})

-- get tests
local tests = get_tests_table()
local tests = get_tests()
local test_patterns = option.get("tests")
if test_patterns then
local tests_new = {}
Expand Down

0 comments on commit 90846dd

Please sign in to comment.