From 525d8df9d30f5fa2f2022028e9baa27608f185de Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Tue, 12 Sep 2023 17:18:21 +0200 Subject: [PATCH] [ci] enable js tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b875121946..3ef35a85be7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -363,7 +363,7 @@ jobs: strategy: fail-fast: false matrix: - target: [macro] + target: [macro, js] steps: - uses: actions/checkout@main with: