Missing one line to make test (#1154)

`make test` command was incomplete.
This commit is contained in:
Mariana Meireles
2023-02-06 21:48:45 -08:00
committed by GitHub
parent 34dfe2d80b
commit 4c30359b71

View File

@@ -81,6 +81,7 @@ test:
make examples
make test-ts
make test-py
make test-integration-parallel
test-integration:
make examples