diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2025-01-11 00:51:14 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2025-01-11 01:00:15 +0100 |
| commit | 896319d0d503ae613510d4f8a5374b8ee0b4a2a3 (patch) | |
| tree | 4ac51d74370a071a7a6d2267851ef5925e380fa7 /.github | |
| parent | e3c0cc9dfc1dccc83d620b75a82008ed7c918273 (diff) | |
ci: test issues on windows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53600b258..7eef69221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,12 @@ jobs: run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat odin test tests/internal -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true + - name: Check issues + shell: cmd + run: | + call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat + cd tests/issues + call run.bat - name: Check benchmarks shell: cmd run: | |