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 a005a50 commit 7346505Copy full SHA for 7346505
.github/workflows/gateway-sharness.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Install sharness dependencies
44
run: make test_sharness_deps
45
working-directory: kubo
46
- - name: Run Sharness Tests
+ - name: Run Kubo Sharness Tests
47
run: find . -maxdepth 1 -name "*gateway*.sh" -print0 | xargs -0 -I {} bash -c "echo {}; {}"
48
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