We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
randGen
1 parent 0c5d24c commit 6cc19f2Copy full SHA for 6cc19f2
.github/workflows/bazel_arm64_macos.yml
@@ -58,8 +58,12 @@ jobs:
58
run: |
59
./$BAZEL build -c opt //...
60
- name: Test
61
- run: |
62
- ./$BAZEL test -c opt --test_size_filters=-enormous --test_output=errors //...
+ run: >-
+ ./$BAZEL test -c opt
63
+ --test_size_filters=-enormous
64
+ --test_output=errors
65
+ --test_filter=PywrapFstTest.testRandGen*
66
+ //...
67
- name: Save new cache for main
68
if: github.ref == 'refs/heads/main'
69
uses: actions/cache/save@v5
0 commit comments