Skip to content

Commit a0da778

Browse files
authored
remove race param
1 parent bca9260 commit a0da778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildApp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build And Test
3232
shell: bash
3333
run: |
34-
go test -race -short -cover ./internal/... -coverprofile=coverage.out
34+
go test -short -cover ./internal/... -coverprofile=coverage.out
3535
3636
- name: SonarCloud Scan
3737
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)