Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
run sharness verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 8, 2023
1 parent 250c477 commit de99312
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ jobs:
TEST_NODE_GWAY_MADDR: /ip4/127.0.0.1/tcp/60080
TEST_NODE_API_MADDR: /ip4/127.0.0.1/tcp/60050
TEST_GWAY_MADDR: /ip4/127.0.0.1/tcp/8083
run: find . -maxdepth 1 -name "*gateway*.sh" ! -name "*t0400*.sh" ! -name "*t0111*.sh" -type f -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
run: find . -maxdepth 1 -name "*gateway*.sh" ! -name "*t0400*.sh" ! -name "*t0111*.sh" -type f -print0 | xargs -0 -I {} bash -c "echo {}; {} -v"
working-directory: kubo/test/sharness

0 comments on commit de99312

Please sign in to comment.