Skip to content

Commit

Permalink
resolve ictest relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 5, 2023
1 parent 1d42816 commit f25a6e4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions middleware/packet-forward-middleware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,14 @@ endif
### e2e interchain test ###
###############################################################################

local-image:
docker build . -t pfm:local

ictest-forward:
cd middleware/packet-forward-middleware/e2e && go test -race -v -run TestPacketForwardMiddleware .
cd e2e && go test -race -v -run TestPacketForwardMiddleware .

ictest-timeout:
cd middleware/packet-forward-middleware/e2e && go test -race -v -run TestTimeoutOnForward .
cd e2e && go test -race -v -run TestTimeoutOnForward .

###############################################################################
### Linting ###
Expand Down

0 comments on commit f25a6e4

Please sign in to comment.