Skip to content

Commit

Permalink
CI: run testbench in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Jul 9, 2024
1 parent 8167183 commit a460e0a
Showing 1 changed file with 4 additions and 0 deletions.
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 testbench
working-directory: hw/application_fpga
run: make tb

build-other-firmwares:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit a460e0a

Please sign in to comment.