You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run luarocks test locally (without nix), package maintainers have to add a rockspec that lists test_dependencies to the repository root (if the project has dependencies).
With the github action, this is means we have two sources of truth.
We should come up with a way to have only one source of truth (e.g. a script that generates a rockspec based on the github actions workflow yaml).
The text was updated successfully, but these errors were encountered:
This should be solvable by using the same core generation logic, and generating a <package>-scm-1.rockspec with test dependencies added if they have not been set.
To run
luarocks test
locally (without nix), package maintainers have to add a rockspec that liststest_dependencies
to the repository root (if the project has dependencies).(See my blog post)
With the github action, this is means we have two sources of truth.
We should come up with a way to have only one source of truth (e.g. a script that generates a rockspec based on the github actions workflow yaml).
The text was updated successfully, but these errors were encountered: