Skip to content

Commit 95e437d

Browse files
committed
specify profile by env
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent 1d6e7d3 commit 95e437d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
name: unit test
3636
env:
3737
CARGO_INCREMENTAL: 0
38+
NEXTEST_PROFILE: "CI"
3839
runs-on: ubuntu-latest
3940
steps:
4041
- uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
5859
case: ["integration-test-txn", "integration-test-raw"]
5960
env:
6061
CARGO_INCREMENTAL: 0
62+
NEXTEST_PROFILE: "CI"
6163
TIKV_VERSION: v8.5.1
6264
runs-on: ubuntu-latest
6365
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export MULTI_REGION ?= 1
77

88
ALL_FEATURES := integration-tests
99

10-
NEXTEST_ARGS := --config-file $(shell pwd)/config/nextest.toml -P ci
10+
NEXTEST_ARGS := --config-file $(shell pwd)/config/nextest.toml
1111

1212
INTEGRATION_TEST_ARGS := --features "integration-tests" --test-threads 1
1313

0 commit comments

Comments
 (0)