Skip to content

Commit adb46ff

Browse files
committed
ci: make macos_ci.yml more robust (use -no-parallel for the UI examples)
1 parent eab77cc commit adb46ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
cd ui
8080
mkdir -p ~/.vmodules
8181
ln -s $(pwd) ~/.vmodules/ui
82-
../v examples/rectangles.v
83-
../v examples/users.v
82+
../v -no-parallel examples/rectangles.v
83+
../v -no-parallel examples/users.v
8484
## ../v run examples/build_examples.vsh
8585
- name: V self compilation with -usecache
8686
run: |

0 commit comments

Comments
 (0)