Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 5, 2023
1 parent e07b1ee commit 3da12e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
extra-versions: ${{ github.workspace }}/test_head.json

run-hole-punching-interop:
name: Run hole-punch interoperability tests
name: Run hole-punching interoperability tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -65,4 +65,4 @@ jobs:
uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@master
with:
test-filter: nim-libp2p-head
extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json
extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json
2 changes: 1 addition & 1 deletion tests/hole-punching-interop/hole_punching.nim
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ proc main() {.async.} =
error "Unexpected error", msg = e.msg

discard waitFor(main().withTimeout(4.minutes))
quit(1)
quit(1)

0 comments on commit 3da12e6

Please sign in to comment.