We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b2ceb commit 4350a78Copy full SHA for 4350a78
1 file changed
.github/workflows/action-sanitizers-bazel.yml
@@ -22,7 +22,7 @@ jobs:
22
# run: bazel build -c dbg --config=asan //...
23
24
# - name: Bazel test
25
- # run: bazel test -c dbg --config=asan --runs_per_test 3000 //...
+ # run: bazel test -c dbg --config=asan --runs_per_test 3 //...
26
27
# # - name: Upload bazel-testlogs
28
# # uses: actions/upload-artifact@v4
@@ -77,7 +77,7 @@ jobs:
77
# run: bazel build -c dbg --config=lsan //...
78
79
80
- # run: bazel test -c dbg --config=lsan --runs_per_test 3000 //...
+ # run: bazel test -c dbg --config=lsan --runs_per_test 3 //...
81
82
83
0 commit comments