Skip to content

Commit

Permalink
Update libs/aws/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Piyush Jain <[email protected]>
  • Loading branch information
guilt and 3coins authored Dec 10, 2024
1 parent 0294ba4 commit a81cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tests: ## Run all unit tests
test: ## Run individual unit test: make test TEST_FILE=tests/unit_test/test.py
poetry run pytest $(TEST_FILE)

integration_tests: ## Run all Integration Tests
integration_tests: ## Run all integration tests
poetry run pytest $(TEST_FILE)

integration_test: ## Run individual integration test: make integration_test TEST_FILE=tests/integration_tests/integ_test.py
Expand Down

0 comments on commit a81cbb9

Please sign in to comment.