Skip to content

Commit 4350a78

Browse files
committed
minor edits
1 parent 51b2ceb commit 4350a78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action-sanitizers-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# run: bazel build -c dbg --config=asan //...
2323

2424
# - name: Bazel test
25-
# run: bazel test -c dbg --config=asan --runs_per_test 3000 //...
25+
# run: bazel test -c dbg --config=asan --runs_per_test 3 //...
2626

2727
# # - name: Upload bazel-testlogs
2828
# # uses: actions/upload-artifact@v4
@@ -77,7 +77,7 @@ jobs:
7777
# run: bazel build -c dbg --config=lsan //...
7878

7979
# - name: Bazel test
80-
# run: bazel test -c dbg --config=lsan --runs_per_test 3000 //...
80+
# run: bazel test -c dbg --config=lsan --runs_per_test 3 //...
8181

8282
# # - name: Upload bazel-testlogs
8383
# # uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)