We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6e7d3 commit 95e437dCopy full SHA for 95e437d
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
name: unit test
36
env:
37
CARGO_INCREMENTAL: 0
38
+ NEXTEST_PROFILE: "CI"
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
58
59
case: ["integration-test-txn", "integration-test-raw"]
60
61
62
63
TIKV_VERSION: v8.5.1
64
65
Makefile
@@ -7,7 +7,7 @@ export MULTI_REGION ?= 1
7
8
ALL_FEATURES := integration-tests
9
10
-NEXTEST_ARGS := --config-file $(shell pwd)/config/nextest.toml -P ci
+NEXTEST_ARGS := --config-file $(shell pwd)/config/nextest.toml
11
12
INTEGRATION_TEST_ARGS := --features "integration-tests" --test-threads 1
13
0 commit comments