Skip to content

Commit 0d266dd

Browse files
committed
doc: update CONTRIBUTING.md
The patch updates CONTRIBUTING.md according to latest changes: * multi package has been removed. * go_tarantool_msgpack_v5 build tag has been removed.
1 parent 8ae660c commit 0d266dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Clone the repository and install dependencies.
66

77
```sh
8-
$ git clone git@github.com:/tarantool/go-tarantool
8+
$ git clone https://github.com/tarantool/go-tarantool
99
$ cd go-tarantool
1010
$ go get .
1111
```
@@ -36,8 +36,8 @@ afterwards.
3636

3737
If you want to run the tests with specific build tags:
3838
```bash
39-
make test TAGS=go_tarantool_ssl_disable,go_tarantool_msgpack_v5
40-
make testrace TAGS=go_tarantool_ssl_disable,go_tarantool_msgpack_v5
39+
make test TAGS=go_tarantool_ssl_disable
40+
make testrace TAGS=go_tarantool_ssl_disable
4141
```
4242

4343
If you have Tarantool Enterprise Edition 2.10 or newer, you can run additional
@@ -52,9 +52,9 @@ If you want to run the tests for a specific package:
5252
```bash
5353
make test-<SUBDIR>
5454
```
55-
For example, for running tests in `multi`, `uuid` and `main` packages, call
55+
For example, for running tests in `pool`, `uuid` and `main` packages, call
5656
```bash
57-
make test-multi test-uuid test-main
57+
make test-pool test-uuid test-main
5858
```
5959

6060
To run [fuzz tests](https://go.dev/doc/tutorial/fuzz) for the main package and each subpackage:

0 commit comments

Comments
 (0)