File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
Clone the repository and install dependencies.
6
6
7
7
``` sh
8
- $ git clone git@ github.com: /tarantool/go-tarantool
8
+ $ git clone https:// github.com/tarantool/go-tarantool
9
9
$ cd go-tarantool
10
10
$ go get .
11
11
```
@@ -36,8 +36,8 @@ afterwards.
36
36
37
37
If you want to run the tests with specific build tags:
38
38
``` 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
41
41
```
42
42
43
43
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:
52
52
``` bash
53
53
make test-< SUBDIR>
54
54
```
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
56
56
``` bash
57
- make test-multi test-uuid test-main
57
+ make test-pool test-uuid test-main
58
58
```
59
59
60
60
To run [ fuzz tests] ( https://go.dev/doc/tutorial/fuzz ) for the main package and each subpackage:
You can’t perform that action at this time.
0 commit comments