From b819d02edfba147db167207ba6bba09a8af6e6f4 Mon Sep 17 00:00:00 2001 From: psfinaki Date: Tue, 3 Sep 2024 14:29:10 +0200 Subject: [PATCH 1/2] Fix migrated test execution in the CI --- tests/fsharp/xunit.runner.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/fsharp/xunit.runner.json diff --git a/tests/fsharp/xunit.runner.json b/tests/fsharp/xunit.runner.json new file mode 100644 index 00000000000..50b48c7f5c7 --- /dev/null +++ b/tests/fsharp/xunit.runner.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", + "appDomain": "ifAvailable", + "shadowCopy": false +} From 6031bb6ce3a8593d12e196c4290b5b04f06e3aa6 Mon Sep 17 00:00:00 2001 From: psfinaki Date: Tue, 3 Sep 2024 14:30:40 +0200 Subject: [PATCH 2/2] Update FSharpSuite.Tests.fsproj --- tests/fsharp/FSharpSuite.Tests.fsproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/fsharp/FSharpSuite.Tests.fsproj b/tests/fsharp/FSharpSuite.Tests.fsproj index 7b33353283b..709c1798b0c 100644 --- a/tests/fsharp/FSharpSuite.Tests.fsproj +++ b/tests/fsharp/FSharpSuite.Tests.fsproj @@ -16,6 +16,10 @@ 3186 + + + + scriptlib.fsx