Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 5, 2024
1 parent 217c94f commit 2707f67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Develop CI
on:
workflow_dispatch:
push:
branches: [ "develop","add-codecov" ]
branches: [ "develop","test" ]

jobs:
test-and-update-docs:
Expand Down
1 change: 0 additions & 1 deletion global/nats/publicFunc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func TestOutboxTask(t *testing.T) {
}
t.Run(
"publish", func(t *testing.T) {
t.Parallel()
time.Sleep(time.Second * 3)
for task := range taskMap {
err := db.Transaction(
Expand Down

0 comments on commit 2707f67

Please sign in to comment.