Skip to content

Commit 01dc9b9

Browse files
authored
ci: remove go test -race and -cover (#757)
1 parent 24ff921 commit 01dc9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
nix-build-user-count: 4
106106
- name: Run tests
107107
run: |
108-
go test -race -cover ./...
108+
go test ./...
109109
110110
auto-nix-install: # ensure Devbox installs nix and works properly after installation.
111111
strategy:

0 commit comments

Comments
 (0)