mirror of https://github.com/tikv/client-rust.git
specify profile by env
Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
parent
1d6e7d3143
commit
95e437d27c
|
@ -35,6 +35,7 @@ jobs:
|
|||
name: unit test
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
NEXTEST_PROFILE: "CI"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -58,6 +59,7 @@ jobs:
|
|||
case: ["integration-test-txn", "integration-test-raw"]
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
NEXTEST_PROFILE: "CI"
|
||||
TIKV_VERSION: v8.5.1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue