Skip to content

Commit 25500fa

Browse files
authored
Merge pull request #1926 from aws/asmarp/enable-aot-test
chore: enable NativeAOT test
2 parents e11b987 + 96b1d9b commit 25500fa

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)