diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-12 17:25:42 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-12 17:25:42 +0100 |
| commit | 9c1b464c945b607a104f5e01ae734373f9300316 (patch) | |
| tree | 3b649ef63d973deb1265bc0c859dcb92310f8513 /.github | |
| parent | 04a1e7d638ec20d52fab954fa432bd76d2eeb395 (diff) | |
Add tests for new map implementation.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 882c21e75..689c1d67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | |