Skip to content

Commit

Permalink
CI: Run testbenches in CI
Browse files Browse the repository at this point in the history
- Comment out uds testbench since it is broken
  • Loading branch information
dehanj committed Nov 22, 2024
1 parent e47b008 commit 2f7ec34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
working-directory: hw/application_fpga
run: make lint

- name: run testbenches
working-directory: hw/application_fpga
run: make tb

build-usb-firmware:
runs-on: ubuntu-latest
container:
Expand Down
3 changes: 2 additions & 1 deletion hw/application_fpga/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ tb:
make -C core/touch_sense/toolruns sim-top
make -C core/trng/toolruns sim-top
make -C core/uart/toolruns sim-top
make -C core/uds/toolruns sim-top
# make -C core/uds/toolruns sim-top
# uds tb is broken, see #260

.PHONY: tb

Expand Down

0 comments on commit 2f7ec34

Please sign in to comment.