Skip to content

Commit

Permalink
[FIXUP] CI: Improve comments on skipping zstd benchmarks
Browse files Browse the repository at this point in the history
Internal-tag: [#52186]
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
  • Loading branch information
lpawelcz committed Jun 17, 2024
1 parent aa14dd6 commit 1b9dc56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Bazel Test All (opt)
run: |
# Explicitly build the whole XLS except the benchmarking targets for the ZSTD module
# Avoid running long place_and_route benchmarks in the main CI workflow
bazel build -c opt --noshow_progress --test_output=errors -- //xls/... -//xls/modules/zstd/benchmarks/...
# Test everything except ZSTD module, this is done in a separate workflow
bazel test -c opt --noshow_progress --test_output=errors -- //xls/... -//xls/modules/zstd/...

0 comments on commit 1b9dc56

Please sign in to comment.