Add tests for new map implementation.

This commit is contained in:
Jeroen van Rijn
2022-11-12 17:25:42 +01:00
parent 04a1e7d638
commit 9c1b464c94
2 changed files with 129 additions and 0 deletions
+7
View File
@@ -146,6 +146,13 @@ jobs:
cd tests\vendor
call build.bat
timeout-minutes: 10
- name: Odin internals tests
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd tests\internal
call build.bat
timeout-minutes: 10
- name: core:math/big tests
shell: cmd
run: |