Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 11, 2024
1 parent fbe8063 commit baad6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildit-utils/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ fn test_get_archs() {
vec![
"amd64",
"arm64",
"loongarch64",
"loongson3",
"mips64r6el",
"ppc64el",
Expand Down
2 changes: 1 addition & 1 deletion server/src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub fn to_html_build_result(
} = job_ok;

format!(
r#"{} Job completed on {} ({}s)
r#"{} Job completed on {} ({})
{}<b>Time elapsed</b>: {}
{}{}<b>Architecture</b>: {}
Expand Down

0 comments on commit baad6a3

Please sign in to comment.