Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule <[email protected]>
  • Loading branch information
timrulebosch authored Dec 5, 2024
1 parent 7da3a67 commit 5dd19e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ TESTSCRIPT_E2E_FILES = \
$(TESTSCRIPT_E2E_DIR)/transport.txtar \
$(TESTSCRIPT_E2E_DIR)/stack.txtar \
$(TESTSCRIPT_E2E_DIR)/runtime.txtar \
$(TESTSCRIPT_E2E_DIR)/benchmark.txtar

ifneq ($(CI), true)
$(TESTSCRIPT_E2E_DIR)/gateway.txtar \
TESTSCRIPT_E2E_FILES += $(TESTSCRIPT_E2E_DIR)/gateway.txtar
endif
$(TESTSCRIPT_E2E_DIR)/benchmark.txtar


ifneq ($(CI), true)
Expand Down

0 comments on commit 5dd19e8

Please sign in to comment.