Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Apr 6, 2024
1 parent 02750d5 commit d778f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: go build -v ./...

- name: Test
run: git_test=1 go test -v ./...
run: env git_test=1 go test -v ./...
2 changes: 1 addition & 1 deletion test/routers/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestMain(t *testing.T) {
// Run router tests ---------------------------------
t.Run("Test_AddWebhookConfig", testAddWebhookConfig)
t.Run("Test_getWebhookConfig", testGetWebhookConfigById)
t.Parallel()
os.Exit(0)
}

func cleanDb(assert *assert.Assertions) {
Expand Down

0 comments on commit d778f35

Please sign in to comment.