Add command to run tests in the root Makefile.

This commit is contained in:
Jonathan Bernard 2021-11-16 06:41:00 -06:00
parent 845273eaf7
commit 219796f9e2

View File

@ -9,6 +9,9 @@ clean:
make -C api clean make -C api clean
make -C web clean make -C web clean
test:
(cd api && nimble unittest)
update-version: update-version:
operations/update-version.sh operations/update-version.sh