Skip to content

Commit

Permalink
ci: make macos_ci.yml more robust (use -no-parallel for the UI examples)
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 1, 2023
1 parent eab77cc commit adb46ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_ci.yml
Expand Up @@ -79,8 +79,8 @@ jobs:
cd ui
mkdir -p ~/.vmodules
ln -s $(pwd) ~/.vmodules/ui
../v examples/rectangles.v
../v examples/users.v
../v -no-parallel examples/rectangles.v
../v -no-parallel examples/users.v
## ../v run examples/build_examples.vsh
- name: V self compilation with -usecache
run: |
Expand Down

0 comments on commit adb46ff

Please sign in to comment.