Skip to content

Commit

Permalink
fix: move transport interop tests to nim-libp2p repo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Feb 27, 2024
1 parent 54e8994 commit f5c5b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transport-interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN \
cd nim-libp2p && \
nim c --skipProjCfg --skipParentCfg --NimblePath:./nimbledeps/pkgs -p:nim-libp2p -d:chronicles_log_level=WARN --threads:off ./tests/transport-interop/main.nim

ENTRYPOINT ["/app/tests/transport-interop/main"]
ENTRYPOINT ["/app/nim-libp2p/tests/transport-interop/main"]

0 comments on commit f5c5b3e

Please sign in to comment.