From 3e439aeaada6600074eb6fedca447c783e10b759 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Fri, 10 Nov 2023 13:24:40 +0100 Subject: [PATCH] run FMI regression test on each commit (#188) --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 4d4c32b..dd2ed33 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -52,6 +52,6 @@ jobs: verbose: true emoji: true job-summary: true - custom-arguments: '-v --ignore=tests/test_FMIRegression.py ' + custom-arguments: '-v ' click-to-expand: true report-title: 'Test Report' \ No newline at end of file