Skip to content

Commit

Permalink
added make test make target for action in pulumi/pulumi (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixler authored Nov 8, 2023
1 parent f1ddfa4 commit 538787f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ install:: install_nodejs_sdk install_dotnet_sdk install_provider
GO_TEST_FAST := go test -short -v -count=1 -cover -timeout 2h -parallel ${TESTPARALLELISM}
GO_TEST := go test -v -count=1 -cover -timeout 2h -parallel ${TESTPARALLELISM}

# Required for the codegen action that runs in pulumi/pulumi
test:: test_all

test_fast::
# TODO: re-enable this test once https://github.com/pulumi/pulumi/issues/4954 is fixed.
# ./sdk/nodejs/node_modules/mocha/bin/mocha ./sdk/nodejs/bin/tests
Expand Down

0 comments on commit 538787f

Please sign in to comment.