Update Makefile (typo) (#4725)

# Update minor typo in makefile
dynamic_agent_tools
sqr 1 year ago committed by GitHub
parent cd3f9865f3
commit 8b42e8a510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ help:
@echo 'format - run code formatters'
@echo 'lint - run linters'
@echo 'test - run unit tests'
@echo 'test - run unit tests'
@echo 'tests - run unit tests'
@echo 'test TEST_FILE=<test_file> - run all tests in file'
@echo 'extended_tests - run only extended unit tests'
@echo 'test_watch - run unit tests in watch mode'

Loading…
Cancel
Save