File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,8 @@ install:
40
40
41
41
pact : install docker
42
42
@echo " --- 🔨 Running Pact examples"
43
-
44
- # Run the consumer test, and then verify all of the providers
45
43
go test -tags=consumer -count=1 github.com/pact-foundation/pact-go/examples/... -run TestExample
46
44
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
51
45
52
46
release :
53
47
echo " --- 🚀 Releasing it"
You can’t perform that action at this time.
0 commit comments