diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 00:37:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 00:37:55 -0700 |
commit | ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d (patch) | |
tree | 0ec555c5bc50a344082d14db9067d40a41a07f04 | |
parent | 174e1efbbb646e19ac335b335e13db3aa313d44e (diff) | |
download | adenosine-ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d.tar.gz adenosine-ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d.zip |
Makefile: fix tests
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ help: ## Print info about all commands .PHONY: test test: build ## Run all tests cargo test - ./tests/live.sh .PHONY: lint lint: ## Run syntax/style checks |