Run VUnit tests in CI
authorLars Asplund <lars.anders.asplund@gmail.com>
Wed, 9 Jun 2021 14:19:24 +0000 (16:19 +0200)
committerLars Asplund <lars.anders.asplund@gmail.com>
Wed, 9 Jun 2021 16:00:53 +0000 (18:00 +0200)
Signed-off-by: Lars Asplund <lars.anders.asplund@gmail.com>
.github/workflows/test.yml

index 544d618340fa6fd40841f5a379d51aaea09320cd..4f5fbe6aac07714bdea3ff4ce30ff2f857e5d32b 100644 (file)
@@ -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