Skip to content

Commit 96b1d9b

Browse files
committed
chore: enable NativeAOT test
1 parent 4449baa commit 96b1d9b

File tree

1 file changed

+0
-2
lines changed
  • Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests

1 file changed

+0
-2
lines changed

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.UnitTests/NativeAOTTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ public NativeAOTTests(ITestOutputHelper output)
1919
_output = output;
2020
}
2121

22-
#if DEBUG // Only running this test right now in local environment because CI system doesn't have Native AOT prereqs installed.
2322
[Fact]
24-
#endif
2523
public void EnsureNoTrimWarningsDuringPublish()
2624
{
2725
var projectDirectory = FindProject("NativeAOTFunction");

0 commit comments

Comments
 (0)