adds the cases of #5043 and #5097 to the CI

This commit is contained in:
Laytan Laats
2025-04-30 20:13:21 +02:00
parent e64bcc7709
commit d2f8cb1306
4 changed files with 42 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ set COMMON=-define:ODIN_TEST_FANCY=false -file -vet -strict-style
..\..\..\odin test ..\test_issue_2666.odin %COMMON% || exit /b
..\..\..\odin test ..\test_issue_4210.odin %COMMON% || exit /b
..\..\..\odin test ..\test_issue_4584.odin %COMMON% || exit /b
..\..\..\odin build ..\test_issue_5043.odin %COMMON% || exit /b
..\..\..\odin build ..\test_issue_5097.odin %COMMON% || exit /b
@echo off