Skip to content

Commit

Permalink
CI/modules-zstd: Add calls to verilog simulation targets
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Nov 22, 2024
1 parent fffbfb3 commit 26d3208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/modules-zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
bazel run -c opt $target -- --logtostderr;
done
- name: Build and test verilog simulation of the ZSTD module components (opt)
if: ${{ !cancelled() }}
run: |
bazel test -c opt --test_output=errors -- $(bazel query 'filter(".*_cocotb_test", kind(rule, //xls/modules/zstd/...))')
- name: Build ZSTD place and route targets (opt)
if: ${{ !cancelled() }}
run: |
Expand Down

0 comments on commit 26d3208

Please sign in to comment.