Chore: short circut output content hash comparision on CI

This commit is contained in:
SukkaW
2026-08-01 13:23:50 +08:00
parent 76bb899102
commit 879c95f744
3 changed files with 26 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ export class SingboxSource extends BaseWriteStrategy {
static readonly jsonToLines = (json: unknown): string[] => stringify(json).split('\n');
// JSON output has no metadata comment at all, nothing to preserve
protected override readonly skipCompareOnCI = true;
private readonly singbox: SingboxHeadlessRule = {
domain: [MARKER_DOMAIN],
domain_suffix: [MARKER_DOMAIN]