From 0865704e2198a22d9ee23e58cab200aef6d58a98 Mon Sep 17 00:00:00 2001 From: Lars Asplund Date: Wed, 9 Jun 2021 16:19:24 +0200 Subject: [PATCH] Run VUnit tests in CI Signed-off-by: Lars Asplund --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 544d618..4f5fbe6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,14 @@ jobs: - uses: actions/checkout@v2 - run: bash -c "make -j$(nproc) ${{ matrix.task }}" + VUnit: + needs: [build] + runs-on: ubuntu-latest + container: ghdl/vunit:llvm + steps: + - uses: actions/checkout@v2 + - run: python3 ./run.py -p10 + symbiflow: strategy: fail-fast: false