You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To run tests locally, Docker is required to be installed and started.
17
17
Execute one of the following commands:
18
18
19
19
```shell
20
-
go test -short -tags rocksdb ./...
20
+
go test -short ./...
21
21
```
22
22
23
23
Or, as an alternative:
@@ -108,4 +108,3 @@ Adjust your VS Code settings as follows:
108
108
3. Add a `golangci` file watcher with a custom command. We recommend using it with the `--fix` parameter.
109
109
110
110

0 commit comments