CI: run testbench in CI

This commit is contained in:
Daniel Jobson 2024-07-09 16:01:47 +02:00
parent 816718307f
commit a460e0ab21
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -61,6 +61,10 @@ jobs:
working-directory: hw/application_fpga
run: make lint
- name: run testbench
working-directory: hw/application_fpga
run: make tb
build-other-firmwares:
runs-on: ubuntu-latest
container: