We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dad57 commit 55bffeaCopy full SHA for 55bffea
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
# so we can't run both tests in the same cluster.
55
# Once APIV2 is implemented, we can run both tests in the same cluster.
56
raw-integration-test:
57
- name: integration test
+ name: raw integration test
58
env:
59
CARGO_INCREMENTAL: 0
60
runs-on: ubuntu-latest
@@ -85,7 +85,7 @@ jobs:
85
run: MULTI_REGION=1 make raw-integration-test
86
87
txn-integration-test:
88
+ name: txn integration test
89
90
91
0 commit comments