Skip to content

Commit 157eeec

Browse files
feat: add CI tests for make targets: iterate-remote, cdxj-remote, extract-remote
1 parent bfb84b2 commit 157eeec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,21 @@ jobs:
5757
- name: make iterate
5858
run: make iterate
5959

60+
- name: make iterate-remote
61+
run: make iterate-remote
62+
6063
- name: make cdxj
6164
run: make cdxj
6265

66+
- name: make cdxj-remote
67+
run: make cdxj-remote
68+
6369
- name: make extract
6470
run: make extract
6571

72+
- name: make extract-remote
73+
run: make extract-remote
74+
6675
- name: make cdx_toolkit
6776
run: make cdx_toolkit
6877

0 commit comments

Comments
 (0)