From 3982491eed83d5ccc10181d1830f3ce52c743970 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Fri, 14 Jun 2024 06:55:09 +0200 Subject: [PATCH] Update push_event_workflow.yml --- .github/workflows/push_event_workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_event_workflow.yml b/.github/workflows/push_event_workflow.yml index b760fb5..11ef233 100644 --- a/.github/workflows/push_event_workflow.yml +++ b/.github/workflows/push_event_workflow.yml @@ -23,6 +23,7 @@ jobs: - name : Run tests run : | python -m unittest tests/integration/test-solvers.py + # add more tests here, if required. - name: Push to main if: success()