Skip to content

Commit 804ff55

Browse files
committed
fix
1 parent bf4dba1 commit 804ff55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install latest nextest release
8383
uses: taiki-e/install-action@nextest
8484
- name: integration test
85-
run: MULTI_REGION=1 make raw-integration-test
85+
run: MULTI_REGION=1 make integration-test-raw
8686

8787
txn-integration-test:
8888
name: txn integration test
@@ -113,4 +113,4 @@ jobs:
113113
- name: Install latest nextest release
114114
uses: taiki-e/install-action@nextest
115115
- name: integration test
116-
run: MULTI_REGION=1 make txn-integration-test
116+
run: MULTI_REGION=1 make integration-test-txn

0 commit comments

Comments
 (0)