mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: make -autofree failures easier to diagnose, test -autofree more on linux and windows too (#18929)
This commit is contained in:
parent
96ff3ce8f7
commit
8b4c3fa1d1
3 changed files with 10 additions and 6 deletions
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
|
@ -53,6 +53,8 @@ jobs:
|
|||
run: .\v.exe test-self
|
||||
# - name: Test
|
||||
# run: .\v.exe test-all
|
||||
- name: Build option_test.v with -autofree
|
||||
run: .\v.exe -autofree vlib/v/tests/option_test.v
|
||||
- name: Test time functions in a timezone UTC-12
|
||||
run: |
|
||||
tzutil /s "Dateline Standard Time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue