We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had a Project.toml file that contained a section like this:
Project.toml
[targets] test = [ "Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools", ]
While this did not cause any error in package development and testing, it caused the registration bot to not be triggered: m3g/CellListMap.jl@081fac8
Changint the test line to:
test
test = [ "Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools" ]
solved the issue: m3g/CellListMap.jl@af03efc
The text was updated successfully, but these errors were encountered:
At the very least, Registrator should post a comment with an error message.
Sorry, something went wrong.
No branches or pull requests
I had a
Project.toml
file that contained a section like this:While this did not cause any error in package development and testing, it caused the registration bot to not be triggered: m3g/CellListMap.jl@081fac8
Changint the
test
line to:solved the issue: m3g/CellListMap.jl@af03efc
The text was updated successfully, but these errors were encountered: