Skip to content

Commit

Permalink
attempt fix of GA setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 5, 2024
1 parent bdec8e0 commit 460ab22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion lua/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local function load_problem(file_name)
end
local chunk = func()
if type(chunk) ~= "table" or not chunk.solution then
error("File " .. file_name .. " must return a table with a 'solution' function")
error("File src/" .. file_name .. " must return a table with a 'solution' function")
end
return chunk.solution
end
Expand Down

0 comments on commit 460ab22

Please sign in to comment.