Skip to content

Commit

Permalink
Merge pull request #265 from Revolyssup/bats
Browse files Browse the repository at this point in the history
Remove bats from Make recipi
  • Loading branch information
leecalcote authored Jun 10, 2022
2 parents 2cb9866 + 455a7c4 commit 1eb3f66
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
e2e-tests-localhost: export MESHERY_ADAPTER_ADDR=localhost

.PHONY: check
check: error
golangci-lint run
Expand All @@ -8,16 +6,6 @@ check: error
check-clean-cache:
golangci-lint cache clean

.PHONY: e2e-tests-localhost
e2e-tests-localhost:
$(info Running end-to-end tests on '$(MESHERY_ADAPTER_ADDR)')
cd tests && bats e2e/

.PHONY: e2e-tests
e2e-tests:
$(info Running end-to-end tests on '$(MESHERY_ADAPTER_ADDR)')
cd tests && bats e2e/

.PHONY: protoc-setup
protoc-setup:
cd meshes
Expand Down

0 comments on commit 1eb3f66

Please sign in to comment.