|
@@ -38,10 +38,6 @@ jobs:
|
|
cd tests/vendor
|
|
cd tests/vendor
|
|
make
|
|
make
|
|
timeout-minutes: 10
|
|
timeout-minutes: 10
|
|
- - name: Odin issues tests
|
|
|
|
- run: |
|
|
|
|
- cd tests/issues
|
|
|
|
- ./run.sh
|
|
|
|
- name: Odin check examples/all for Linux i386
|
|
- name: Odin check examples/all for Linux i386
|
|
run: ./odin check examples/all -vet -strict-style -target:linux_i386
|
|
run: ./odin check examples/all -vet -strict-style -target:linux_i386
|
|
timeout-minutes: 10
|
|
timeout-minutes: 10
|
|
@@ -91,11 +87,6 @@ jobs:
|
|
cd tests/vendor
|
|
cd tests/vendor
|
|
make
|
|
make
|
|
timeout-minutes: 10
|
|
timeout-minutes: 10
|
|
- - name: Odin issues tests
|
|
|
|
- run: |
|
|
|
|
- cd tests/issues
|
|
|
|
- ./run.sh
|
|
|
|
- timeout-minutes: 10
|
|
|
|
- name: Odin check examples/all for Darwin arm64
|
|
- name: Odin check examples/all for Darwin arm64
|
|
run: ./odin check examples/all -vet -strict-style -target:darwin_arm64
|
|
run: ./odin check examples/all -vet -strict-style -target:darwin_arm64
|
|
timeout-minutes: 10
|
|
timeout-minutes: 10
|
|
@@ -155,10 +146,6 @@ jobs:
|
|
cd tests\vendor
|
|
cd tests\vendor
|
|
call build.bat
|
|
call build.bat
|
|
timeout-minutes: 10
|
|
timeout-minutes: 10
|
|
- - name: Odin issues tests
|
|
|
|
- run: |
|
|
|
|
- cd tests/issues
|
|
|
|
- ./run.bat
|
|
|
|
- name: core:math/big tests
|
|
- name: core:math/big tests
|
|
shell: cmd
|
|
shell: cmd
|
|
run: |
|
|
run: |
|