Skip to content

Commit 70cbb9d

Browse files
committed
CI/modules-zstd: Remove step for running CC tests
No longer applicable - there are no CC tests in ZSTD module Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent d1c9f55 commit 70cbb9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/modules-zstd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
run: |
4848
bazel test -c opt --test_output=errors -- $(bazel query 'filter(".*_dslx_test", kind(rule, //xls/modules/zstd/...))')
4949
50-
- name: Test ZSTD Module - CC Tests (opt)
51-
if: ${{ !cancelled() }}
52-
run: |
53-
bazel test -c opt --test_output=errors -- $(bazel query 'filter(".*_cc_test", kind(rule, //xls/modules/zstd/...))')
54-
5550
- name: Build ZSTD verilog targets (opt)
5651
if: ${{ !cancelled() }}
5752
run: |

0 commit comments

Comments
 (0)