From 947825a0ad7babf2ae936a4c7839590a4738c2c1 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sun, 5 Mar 2023 18:14:40 +0000 Subject: [PATCH] Run more VUnit tests in GHA workflow --- .github/workflows/build-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3c79e248..e825b777 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -302,6 +302,18 @@ jobs: export PYTHONPATH=$(pwd)/vunit cd vunit/examples/vhdl/com python3 run.py + - name: Run com tests + run: | + export VUNIT_SIMULATOR=nvc + export PYTHONPATH=$(pwd)/vunit + cd vunit/vunit/vhdl/com + python3 run.py + - name: Run verification_components tests + run: | + export VUNIT_SIMULATOR=nvc + export PYTHONPATH=$(pwd)/vunit + cd vunit/vunit/vhdl/verification_components + python3 run.py osvvm: if: ${{ false }} # Takes too long for now -- 2.39.2