Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukmanern committed Nov 15, 2023
1 parent 80a36d4 commit 8d1bdb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Build
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Security
name: Security

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Test
name: Test

on:
push:
Expand Down
6 changes: 0 additions & 6 deletions application/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ func TestAppRouter(t *testing.T) {
if router.Config().WriteBufferSize <= 0 {
t.Error("Router's WriteBufferSize should be more than 0")
}
if router.Config().ServerHeader != "" {
t.Error("Router's ServerHeader should be empty")
}
if router.Config().ProxyHeader != "" {
t.Error("Router's ProxyHeader should be empty")
}
setup()
}

Expand Down

0 comments on commit 8d1bdb7

Please sign in to comment.