Run native tests on Windows CI

This commit is contained in:
Wojciech Figat
2023-01-11 16:25:29 +01:00
parent 4a8f336118
commit 824ce1cacf
3 changed files with 2 additions and 51 deletions

View File

@@ -1,6 +1,5 @@
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
#if FLAX_TESTS
namespace FlaxEngine
{
partial struct TestStruct : System.IEquatable<TestStruct>
@@ -128,4 +127,3 @@ namespace FlaxEngine
}
}
}
#endif