We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4dba1 commit 804ff55Copy full SHA for 804ff55
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Install latest nextest release
83
uses: taiki-e/install-action@nextest
84
- name: integration test
85
- run: MULTI_REGION=1 make raw-integration-test
+ run: MULTI_REGION=1 make integration-test-raw
86
87
txn-integration-test:
88
name: txn integration test
@@ -113,4 +113,4 @@ jobs:
113
114
115
116
- run: MULTI_REGION=1 make txn-integration-test
+ run: MULTI_REGION=1 make integration-test-txn
0 commit comments