Skip to content

Commit 99f278b

Browse files
committed
typo and test cleanup
1 parent 0d28e7a commit 99f278b

File tree

3 files changed

+2
-157
lines changed

3 files changed

+2
-157
lines changed

.github/workflows/build-intel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-intel
22

33
on: [push, pull_request]
4-
# on: []
54

65
jobs:
76
build:

.github/workflows/hipo-bla.yml

Lines changed: 0 additions & 156 deletions
This file was deleted.

check/TestMipSolver.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,8 @@ TEST_CASE("mip-sub-solver-time", "[highs_test_mip_solver]") {
11211121

11221122
REQUIRE(h.run() == HighsStatus::kOk);
11231123
REQUIRE(h.getModelStatus() == HighsModelStatus::kOptimal);
1124+
}
1125+
11241126
TEST_CASE("get-fixed-lp", "[highs_test_mip_solver]") {
11251127
std::string model = "avgas";
11261128
std::string model_file =

0 commit comments

Comments
 (0)