Skip to content

Commit

Permalink
ads
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Apr 28, 2024
1 parent d22ee9d commit 55ec844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go test",
"on": ["push", "pull_request"],
"on": ["push"],
"jobs": {
"test": {
"strategy": {
Expand Down
2 changes: 1 addition & 1 deletion toml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestSize(t *testing.T) {
return nil
}

t.Logf("%s: %fK", path, float64(inf.Size()/1024))
t.Logf("%s: %fK", path, float64(inf.Size())/1024)

if inf.Size() > 1024 {
t.Errorf("larger than 1K: %s (%fK)", path, float64(inf.Size())/1024)
Expand Down

0 comments on commit 55ec844

Please sign in to comment.