Skip to content

Commit 9dd0207

Browse files
committed
UPPERCASE test
1 parent a358bd7 commit 9dd0207

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build:
5050
name: Build OK Bot
5151
env:
52-
CARGO_BIN_NAME: ok_bot
52+
CARGO_BIN_NAME: OK
5353
strategy:
5454
matrix:
5555
include:

src/pr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub struct DiffSummary {
88
pub size_difference: u64,
99
}
1010

11+
// test
1112
impl DiffSummary {
1213
pub fn new(diff: &ReportItemDifference) -> Self {
1314
let percent_diff = diff.new_fuzzy_match_percent - diff.old_fuzzy_match_percent;

0 commit comments

Comments
 (0)