mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run tutorial
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -114,6 +114,11 @@ jobs:
|
||||
run: ./v build-tools
|
||||
- name: Test v binaries
|
||||
run: ./v build-vbinaries
|
||||
- name: Test v tutorials
|
||||
run: |
|
||||
cd tutorials/code/blog
|
||||
v .
|
||||
|
||||
|
||||
# Alpine docker pre-built container
|
||||
alpine-docker-musl-gcc:
|
||||
|
||||
Reference in New Issue
Block a user