We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185e618 commit 2edaad9Copy full SHA for 2edaad9
qtest.c
@@ -1305,7 +1305,8 @@ static bool sanity_check()
1305
}
1306
return false;
1307
1308
- if (stat("/home/runner/work", &buf)) { /* Skip the check in CI */
+ /* GitHub Actions checkouts do not include the complete git history. */
1309
+ if (stat("/home/runner/work", &buf)) {
1310
#define COPYRIGHT_COMMIT_SHA1 "50c5ac53d31adf6baac4f8d3db6b3ce2215fee40"
1311
if (!commit_exists(COPYRIGHT_COMMIT_SHA1)) {
1312
fprintf(
0 commit comments