Skip to content

Commit

Permalink
chore: run kubo cli gateway tests (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
  • Loading branch information
hacdias and Jorropo committed Jan 31, 2023
1 parent a005a50 commit 7346505
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Install sharness dependencies
run: make test_sharness_deps
working-directory: kubo
- name: Run Sharness Tests
- name: Run Kubo Sharness Tests
run: find . -maxdepth 1 -name "*gateway*.sh" -print0 | xargs -0 -I {} bash -c "echo {}; {}"
working-directory: kubo/test/sharness
- name: Run Kubo CLI Tests
run: go test -v -run=Gateway .
working-directory: kubo/test/cli

0 comments on commit 7346505

Please sign in to comment.