Skip to content

Commit

Permalink
chore: add count=10 and shuffle on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gkampitakis committed Jan 21, 2024
1 parent 2e5b986 commit 1f92e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
with:
go-version: 1.21.x
- name: Run Tests
run: make test-verbose
run: make test
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ format: ## Format code
golines . -w

test: ## Run tests
go test -race -count=1 -cover ./...
go test -race -count=10 -shuffle on -cover ./...

test-verbose: ## Run tests with verbose output
go test -race -count=1 -v -cover ./...
go test -race -count=10 -shuffle on -v -cover ./...

0 comments on commit 1f92e82

Please sign in to comment.