feat(tests): add Parallelization where possible (#1823)

* feat(tests): add Parallelization where possible
This commit is contained in:
Kyle Sanderson 2024-11-23 06:16:09 -08:00 committed by GitHub
parent c0882aff84
commit 4cc0f9cc83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 53 additions and 2 deletions

View file

@ -10,6 +10,7 @@ import (
)
func TestGitHubReleaseChecker_checkNewVersion(t *testing.T) {
t.Parallel()
type fields struct {
Repo string
}
@ -112,6 +113,7 @@ func TestGitHubReleaseChecker_checkNewVersion(t *testing.T) {
}
func Test_isDevelop(t *testing.T) {
t.Parallel()
tests := []struct {
name string
version string