From 4c30359b714a10fc62f1c42aea696a2bbb037749 Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Mon, 6 Feb 2023 21:48:45 -0800 Subject: [PATCH] Missing one line to make test (#1154) `make test` command was incomplete. --- pyscriptjs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pyscriptjs/Makefile b/pyscriptjs/Makefile index 3622c7a3..64715927 100644 --- a/pyscriptjs/Makefile +++ b/pyscriptjs/Makefile @@ -81,6 +81,7 @@ test: make examples make test-ts make test-py + make test-integration-parallel test-integration: make examples