Skip to content

Commit 2060e2c

Browse files
author
Matt Fellows
committed
fix: remove pending/selectors from pact examples
1 parent 728b624 commit 2060e2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,8 @@ install:
4040

4141
pact: install docker
4242
@echo "--- 🔨 Running Pact examples"
43-
44-
# Run the consumer test, and then verify all of the providers
4543
go test -tags=consumer -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample
4644
go test -tags=provider -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample
47-
48-
# Update the consumer test (add new field) and show pending status
49-
PENDING=1 go test -tags=consumer -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample
50-
PENDING=1go test -tags=provider -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample_GinProvider
5145

5246
release:
5347
echo "--- 🚀 Releasing it"

0 commit comments

Comments
 (0)