Skip to content

Commit

Permalink
add e2e to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Nov 22, 2024
1 parent d942b1b commit eb00e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packet-forward-middleware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
test:
- "ictest-forward"
- "ictest-timeout"
- "ictest-storage-leak"
- "ictest-upgrade"
- "ictest-nonrefundable"
fail-fast: false
Expand Down
3 changes: 3 additions & 0 deletions middleware/packet-forward-middleware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ ictest-forward:
ictest-timeout:
cd e2e && go test -race -v -timeout 15m -run TestTimeoutOnForward .

ictest-storage-leak:
cd e2e && go test -race -v -timeout 15m -run TestStorageLeak .

ictest-upgrade:
cd e2e && go test -race -v -timeout 15m -run TestPFMUpgrade .

Expand Down

0 comments on commit eb00e43

Please # to comment.