Skip to content

Commit aefaca0

Browse files
committed
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into FMPresolve5
2 parents 90049fc + f7669e9 commit aefaca0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
- name: All Tests
5858
run: bazel test -c dbg --config=tsan --runs_per_test 5 //...
5959

60-
# - name: Upload bazel-testlogs
61-
# uses: actions/upload-artifact@v7
62-
# with:
63-
# name: bazel-testlogs-tsan
64-
# path: bazel-testlogs/
60+
- name: Upload bazel-testlogs
61+
uses: actions/upload-artifact@v7
62+
with:
63+
name: bazel-testlogs-tsan
64+
path: bazel-testlogs/
6565

6666
lsan:
6767
runs-on: ${{ matrix.os }}

.github/workflows/valgrind-hipo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: valgrind-hipo
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: valgrind
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)