mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix for sporadic Killed failures when running js tests on macos
This commit is contained in:
parent
96c8188083
commit
894da4b40b
3
.github/workflows/paths_ci.yml
vendored
3
.github/workflows/paths_ci.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
||||
cd '${{env.MY_V_PATH}}'
|
||||
ls -la
|
||||
make
|
||||
## prebuild cmd/tools/builders/js_builder, to minimise the
|
||||
## chances of a sporadic "Killed" when running the tests later
|
||||
./v -b js run examples/hello_world.v
|
||||
- name: v doctor
|
||||
run: |
|
||||
cd '${{env.MY_V_PATH}}'
|
||||
|
Loading…
Reference in New Issue
Block a user