|
71 | 71 | - name: Run regression tests
|
72 | 72 | run: make test
|
73 | 73 |
|
74 |
| - - name: Run tests with call_17 |
| 74 | + - name: Run regression tests with call_17 |
75 | 75 | run: make test TAGS="go_tarantool_call_17"
|
76 | 76 |
|
| 77 | + - name: Run regression tests with msgpack.v5 |
| 78 | + run: make test TAGS="go_tarantool_msgpack_v5" |
| 79 | + |
| 80 | + - name: Run regression tests with msgpack.v5 and call_17 |
| 81 | + run: make test TAGS="go_tarantool_msgpack_v5,go_tarantool_call_17" |
| 82 | + |
77 | 83 | - name: Run fuzzing tests
|
78 | 84 | if: ${{ matrix.fuzzing }}
|
79 | 85 | run: make fuzzing TAGS="go_tarantool_decimal_fuzzing"
|
@@ -146,20 +152,34 @@ jobs:
|
146 | 152 | source tarantool-enterprise/env.sh
|
147 | 153 | make deps
|
148 | 154 |
|
149 |
| - - name: Run tests |
| 155 | + - name: Run regression tests |
150 | 156 | run: |
|
151 | 157 | source tarantool-enterprise/env.sh
|
152 | 158 | make test
|
153 | 159 | env:
|
154 | 160 | TEST_TNT_SSL: ${{matrix.ssl}}
|
155 | 161 |
|
156 |
| - - name: Run tests with call_17 |
| 162 | + - name: Run regression tests with call_17 |
157 | 163 | run: |
|
158 | 164 | source tarantool-enterprise/env.sh
|
159 | 165 | make test TAGS="go_tarantool_call_17"
|
160 | 166 | env:
|
161 | 167 | TEST_TNT_SSL: ${{matrix.ssl}}
|
162 | 168 |
|
| 169 | + - name: Run regression tests with msgpack.v5 |
| 170 | + run: | |
| 171 | + source tarantool-enterprise/env.sh |
| 172 | + make test TAGS="go_tarantool_msgpack_v5" |
| 173 | + env: |
| 174 | + TEST_TNT_SSL: ${{matrix.ssl}} |
| 175 | + |
| 176 | + - name: Run regression tests with msgpack.v5 and call_17 |
| 177 | + run: | |
| 178 | + source tarantool-enterprise/env.sh |
| 179 | + make test TAGS="go_tarantool_msgpack_v5,go_tarantool_call_17" |
| 180 | + env: |
| 181 | + TEST_TNT_SSL: ${{matrix.ssl}} |
| 182 | + |
163 | 183 | - name: Run fuzzing tests
|
164 | 184 | if: ${{ matrix.fuzzing }}
|
165 | 185 | run: make fuzzing TAGS="go_tarantool_decimal_fuzzing"
|
|
0 commit comments