Skip to content

Commit

Permalink
Revert a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Dec 17, 2024
1 parent 2563fbb commit e255aef
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 @@ -173,7 +173,7 @@ test_nodejs:: provider install_nodejs_sdk

test_nodejs_upgrade:: PATH := $(WORKING_DIR)/bin:$(PATH)
test_nodejs_upgrade:: provider install_nodejs_sdk
cd tests && go test -run Upgrade -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM}
cd tests && go test -run Upgrade -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM} .

test_python:: install_provider test_build
cd tests && go test -tags=python -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM} .
Expand Down

0 comments on commit e255aef

Please sign in to comment.