Skip to content

Commit 0865704

Browse files
committed
Run VUnit tests in CI
Signed-off-by: Lars Asplund <lars.anders.asplund@gmail.com>
1 parent 0940b8a commit 0865704

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
- uses: actions/checkout@v2
5252
- run: bash -c "make -j$(nproc) ${{ matrix.task }}"
5353

54+
VUnit:
55+
needs: [build]
56+
runs-on: ubuntu-latest
57+
container: ghdl/vunit:llvm
58+
steps:
59+
- uses: actions/checkout@v2
60+
- run: python3 ./run.py -p10
61+
5462
symbiflow:
5563
strategy:
5664
fail-fast: false

0 commit comments

Comments
 (0)