Skip to content

Commit

Permalink
Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Jun 17, 2024
1 parent 3c5736d commit 523c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ testconnectexpresspackage: $(BUILD)/connect-express
testconformance: testnodeconformance testwebconformance

.PHONY: testnodeconformance
testnodeconformance: $(BUILD)/connect-conformance $(BUILD)/connect-node $(BUILD)/connect-fastify $(BUILD)/connect-express
testnodeconformance: $(BUILD)/connect-node $(BUILD)/connect-fastify $(BUILD)/connect-express
# Vanilla Node Server and Client
npm run -w packages/connect-node conformance
# Express Server
Expand Down

0 comments on commit 523c7a7

Please sign in to comment.