My packages have a Github CI (set up by PkgTemplates) that tests against “nightly” Julia. Today, I started seeing some segfault failures, e.g. https://github.com/JuliaQuantumControl/Krotov.jl/runs/3854753074?check_suite_focus=true.
I’m just wondering where or if to report something like that. Based on the log, I have very little to say beyond “this stopped working”, but it might actually point to a bug in the current nightly version, or it could be just a hiccup in the CI (I did get the same segfault in multiple runs/projects, though). Do I open an issue on Github? Post a message here or on Slack? Ignore it and hope it goes away?
Incidentally, is there a way to ignore the “nightly” failure? I’ve seen the discussion at Easy workflow file for setting up GitHub Actions CI for your Julia package - #74 by Tamas_Papp, but that seems inconclusive. Are there any recent developments with someone figuring out how to allow failures?