Skip to content

Commit

Permalink
Try tags
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Mar 3, 2024
1 parent 5ced6fd commit f499dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Install python deps
run: pip3 install -r requirements.in
- name: Run build
run: bazel test ... except //gematria/datasets:find_accessed_addrs_exegesis_test
run: bazel test --test_tag_filters="-perf_counters" ...

1 change: 1 addition & 0 deletions gematria/datasets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ cc_test(
# the tests are currently only supported on X86_64.
tags = [
"not_build:arm",
"perf_counters",
],
target_compatible_with = [
"@platforms//cpu:x86_64",
Expand Down

0 comments on commit f499dcb

Please sign in to comment.