aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgitlost <burmartke@gmail.com>2022-03-23 12:56:37 +0000
committergitlost <burmartke@gmail.com>2022-03-23 12:56:37 +0000
commit10c58257159f8c8d046dd3cb93dde6b404414169 (patch)
treef8d8d4fb690ca1fbe1cc4d07a69b8a8fe65979be /.github
parent0446d9721b6dab157f4e15412b069871414c12e9 (diff)
Fix issue #829 "Compiler crashes when declaring maps with procedure"
Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a3b1d8058..3cc4283b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
make
timeout-minutes: 10
- name: Odin issues tests
- run: ./odin run tests/issues -collection:tests=tests
+ run: tests/issues/run.sh
timeout-minutes: 10
- name: Odin check examples/all for Linux i386
run: ./odin check examples/all -vet -strict-style -target:linux_i386
@@ -91,7 +91,7 @@ jobs:
make
timeout-minutes: 10
- name: Odin issues tests
- run: ./odin run tests/issues -collection:tests=tests
+ run: tests/issues/run.sh
timeout-minutes: 10
- name: Odin check examples/all for Darwin arm64
run: ./odin check examples/all -vet -strict-style -target:darwin_arm64
@@ -163,7 +163,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
- odin run tests\issues -collection:tests=tests
+ call tests\issues\run.bat
timeout-minutes: 10
- name: Odin check examples/all for Windows 32bits
shell: cmd