mirror of
https://github.com/vlang/v.git
synced 2025-09-10 16:00:31 -04:00
ci: make macos_ci.yml more robust (use -no-parallel for the UI examples)
This commit is contained in:
parent
eab77ccb9a
commit
adb46ff645
4
.github/workflows/macos_ci.yml
vendored
4
.github/workflows/macos_ci.yml
vendored
@ -79,8 +79,8 @@ jobs:
|
|||||||
cd ui
|
cd ui
|
||||||
mkdir -p ~/.vmodules
|
mkdir -p ~/.vmodules
|
||||||
ln -s $(pwd) ~/.vmodules/ui
|
ln -s $(pwd) ~/.vmodules/ui
|
||||||
../v examples/rectangles.v
|
../v -no-parallel examples/rectangles.v
|
||||||
../v examples/users.v
|
../v -no-parallel examples/users.v
|
||||||
## ../v run examples/build_examples.vsh
|
## ../v run examples/build_examples.vsh
|
||||||
- name: V self compilation with -usecache
|
- name: V self compilation with -usecache
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user