From 9566ffa3845740ac2c8c93440129671b2d32e2e5 Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Wed, 10 Jan 2024 14:43:40 -0700 Subject: [PATCH] CI: Test twice Signed-off-by: Luigi311 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb1480..d2e9f51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,9 @@ jobs: # Run script python main.py + # Run script twice to test if it can handle existing data + python main.py + cat mark.log python test/validate_ci_marklog.py