Skip to content

Commit

Permalink
Fix e2e (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: philipwu08 <phwu@redhat.com>
  • Loading branch information
philipwu08 authored Oct 11, 2023
1 parent 1317e91 commit 1b957f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ function cleanup()

trap cleanup EXIT

echo -e "\nClean cache\n"
go clean -cache

echo -e "\nStart to run e2e test(s)\n"
go test -v ./e2e
Expand Down

0 comments on commit 1b957f7

Please sign in to comment.