There is no test workflow, so there is no run that says whether anything works.
What the check does
Runs the test command from #13 on every pull request and on every push to main.
Fails if the suite reports zero tests, which is the failure mode that looks
exactly like success when a runner filter stops matching.
Prints what it ran. A run that covered part of the suite must not be readable as
a run that covered all of it and found nothing.
Done when
A workflow exists whose check-run name is exactly test, a run with zero
collected tests fails it, and the step summary names the number of tests
executed. Blocked on #13 and #21.
There is no test workflow, so there is no run that says whether anything works.
What the check does
Runs the test command from #13 on every pull request and on every push to
main.Fails if the suite reports zero tests, which is the failure mode that looks
exactly like success when a runner filter stops matching.
Prints what it ran. A run that covered part of the suite must not be readable as
a run that covered all of it and found nothing.
Done when
A workflow exists whose check-run name is exactly
test, a run with zerocollected tests fails it, and the step summary names the number of tests
executed. Blocked on #13 and #21.