Skip to content

Commit e8de4cd

Browse files
committed
uncomment lines for github workflow
1 parent 904ed8e commit e8de4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_runner.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ int main(int argc, char** argv) {
1414
int test_result = context.run(); // run queries, or run tests unless --no-run
1515

1616
// --- Comment lines below when running tests locally ---
17-
// if (test_result == 1)
18-
// throw std::runtime_error("Test failed");
17+
if (test_result == 1)
18+
throw std::runtime_error("Test failed");
1919
// --- Comment lines above when running tests locally ---
2020

2121
if (context.shouldExit()) // honor query flags and --exit

0 commit comments

Comments
 (0)