Skip to content

Commit 6bd84a2

Browse files
committed
test one
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent 5286a5e commit 6bd84a2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
case: ["integration-test-txn", "integration-test-raw"]
59+
case: ["integration-test-txn", "integration-test-raw", "integration-test-specified"]
6060
env:
6161
CARGO_INCREMENTAL: 0
6262
TIKV_VERSION: v7.5.5

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export RUSTFLAGS=-Dwarnings
22

3-
.PHONY: default check unit-test generate integration-tests integration-tests-txn integration-tests-raw test doc docker-pd docker-kv docker all
3+
.PHONY: default check unit-test generate integration-tests integration-tests-txn integration-tests-raw integration-test-specified test doc docker-pd docker-kv docker all
44

55
export PD_ADDRS ?= 127.0.0.1:2379
66
export MULTI_REGION ?= 1
@@ -36,6 +36,8 @@ integration-test-txn: generate
3636
integration-test-raw: generate
3737
$(RUN_INTEGRATION_TEST) raw_
3838

39+
integration-test-specified: generate
40+
$(RUN_INTEGRATION_TEST) txn_split_batch
3941

4042
test: unit-test integration-test
4143

0 commit comments

Comments
 (0)