Skip to content

Commit 55bffea

Browse files
committed
fix
1 parent f0dad57 commit 55bffea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# so we can't run both tests in the same cluster.
5555
# Once APIV2 is implemented, we can run both tests in the same cluster.
5656
raw-integration-test:
57-
name: integration test
57+
name: raw integration test
5858
env:
5959
CARGO_INCREMENTAL: 0
6060
runs-on: ubuntu-latest
@@ -85,7 +85,7 @@ jobs:
8585
run: MULTI_REGION=1 make raw-integration-test
8686

8787
txn-integration-test:
88-
name: integration test
88+
name: txn integration test
8989
env:
9090
CARGO_INCREMENTAL: 0
9191
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)