1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v test-all: add a v run examples/v_script.vsh step too

This commit is contained in:
Delyan Angelov
2021-09-10 12:43:53 +03:00
parent bdd053fcf1
commit 6ea750da8d
3 changed files with 12 additions and 7 deletions

View File

@@ -107,9 +107,10 @@ jobs:
run: ./v -W build-tools
- name: Test v binaries
run: ./v build-vbinaries
- name: Run a VSH script
run: ./v run examples/v_script.vsh
- name: Test v tutorials
run: |
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
run: ./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
- name: Build cmd/tools/fast
run: cd cmd/tools/fast && ../../../v fast.v && ./fast