From 5a44561a3faf501edf39a6039d2d2e6690d4fcd3 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 15 Sep 2024 08:07:56 -0400 Subject: [PATCH] fix: compile done score --- conf.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.toml b/conf.toml index 615b747..698dc3a 100644 --- a/conf.toml +++ b/conf.toml @@ -23,7 +23,7 @@ max = 4_096 [stages.parser] name = "result-status" [stages.parser.with] -score = 100 +score = 0 comment = "compile done" [[stages]] name = "run"