mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
Run VUnit tests in CI
Signed-off-by: Lars Asplund <lars.anders.asplund@gmail.com>
This commit is contained in:
parent
0940b8a9d3
commit
0865704e21
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user