From 96b1d9b0256f7c0e1925e08db11980aa7fe12fb3 Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Thu, 9 Jan 2025 08:51:15 -0500 Subject: [PATCH] chore: enable NativeAOT test --- .../Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs index 5b1738642..ae7f7aaf7 100644 --- a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs +++ b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs @@ -19,9 +19,7 @@ public NativeAOTTests(ITestOutputHelper output) _output = output; } -#if DEBUG // Only running this test right now in local environment because CI system doesn't have Native AOT prereqs installed. [Fact] -#endif public void EnsureNoTrimWarningsDuringPublish() { var projectDirectory = FindProject("NativeAOTFunction");