Skip to content

Commit

Permalink
add race detection for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus committed Jan 17, 2023
1 parent fcfb48d commit b2a4faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
- go generate
- go run github.com/google/go-licenses@latest check . --disallowed_types=restricted
- go mod tidy
- go test -v ./...
- go test -race -v ./...

builds:
- id: casaos-amd64
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before:
- go generate
- go run github.com/google/go-licenses@latest check . --disallowed_types=restricted
- go mod tidy
- go test -v ./...
- go test -race -v ./...

builds:
- id: casaos-amd64
Expand Down

0 comments on commit b2a4faf

Please sign in to comment.