From d52cce408d21a9d1f8aa2b42ff006188980ce698 Mon Sep 17 00:00:00 2001
From: eine <eine@users.noreply.github.com>
Date: Tue, 2 Feb 2021 14:47:42 +0100
Subject: ci/macos: test all suites

---
 scripts/ci-run.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index 2c53351a8..d02f7b52e 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -424,9 +424,10 @@ ci_run () {
   # Test
 
   if [ "x$IS_MACOS" = "xtrue" ]; then
+      pip3 install -r testsuite/requirements.txt
       CC=clang \
       prefix="$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local" \
-      ./testsuite/testsuite.sh sanity gna vests vpi synth
+      ./testsuite/testsuite.sh
   else
       # Build ghdl/ghdl:$GHDL_IMAGE_TAG image
       build_img_ghdl
-- 
cgit v1.2.3