ci: fix for sporadic Killed failures when running js tests on macos

pull/13325/head
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
1 changed files with 3 additions and 0 deletions

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