-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor GitHub Actions and modify NATS tests
- Modify the `go.yml` file in the `.github/workflows` directory - Add a new job named `nats01` in the `go.yml` file - Add a new job named `nats02` in the `go.yml` file - Modify the `nats_test.go` file - Change the value of the `host` variable in the `nats_test.go` file - Modify the `TestDefaultFlow` function in the `nats_test.go` file - Modify the `TestShutdown` function in the `nats_test.go` file - Modify the `TestCustomFuncAndWait` function in the `nats_test.go` file - Modify the `TestEnqueueJobAfterShutdown` function in the `nats_test.go` file - Modify the `TestJobReachTimeout` function in the `nats_test.go` file - Modify the `TestCancelJobAfterShutdown` function in the `nats_test.go` file - Modify the `TestGoroutineLeak` function in the `nats_test.go` file - Modify the `TestGoroutinePanic` function in the `nats_test.go` file - Modify the `TestReQueueTaskInWorkerBeforeShutdown` function in the `nats_test.go` file - Modify the `options.go` file - Change the `WithAddr` function in the `options.go` file Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters