Skip to content

Commit

Permalink
chore: run both pact and pactv3 tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 14, 2021
1 parent 45423e2 commit 3aa3b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TEST?=./...

.DEFAULT_GOAL := ci

ci:: docker deps clean bin installv3 test pactv3 goveralls
ci:: docker deps clean bin test pactv3 pact goveralls

docker:
@echo "--- 🛠 Starting docker"
Expand Down Expand Up @@ -56,7 +56,7 @@ release:
echo "--- 🚀 Releasing it"
"$(CURDIR)/scripts/release.sh"

test: deps installv3
test: deps install installv3
@echo "--- ✅ Running tests"
@if [ -f coverage.txt ]; then rm coverage.txt; fi;
@echo "mode: count" > coverage.txt
Expand Down

0 comments on commit 3aa3b0d

Please sign in to comment.