From: Lars Asplund Date: Wed, 9 Jun 2021 14:19:24 +0000 (+0200) Subject: Run VUnit tests in CI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0865704e2198a22d9ee23e58cab200aef6d58a98;p=microwatt.git Run VUnit tests in CI Signed-off-by: Lars Asplund --- 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