Skip to content

Commit 7346505

Browse files
hacdiasJorropo
andauthored
chore: run kubo cli gateway tests (#144)
Co-authored-by: Jorropo <[email protected]>
1 parent a005a50 commit 7346505

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gateway-sharness.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install sharness dependencies
4444
run: make test_sharness_deps
4545
working-directory: kubo
46-
- name: Run Sharness Tests
46+
- name: Run Kubo Sharness Tests
4747
run: find . -maxdepth 1 -name "*gateway*.sh" -print0 | xargs -0 -I {} bash -c "echo {}; {}"
4848
working-directory: kubo/test/sharness
49+
- name: Run Kubo CLI Tests
50+
run: go test -v -run=Gateway .
51+
working-directory: kubo/test/cli

0 commit comments

Comments
 (0)