1
0
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:
Delyan Angelov 2022-01-30 16:42:57 +02:00
parent 96c8188083
commit 894da4b40b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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}}'