ci: build cmd/tools/fast

pull/10874/head
Alexander Medvednikov 2021-07-20 13:06:59 +03:00
parent ad3835b598
commit b9d418f46a
2 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,8 @@ jobs:
- name: Test v tutorials
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
ubuntu-tcc-boehm-gc:
runs-on: ubuntu-20.04

View File

@ -26,3 +26,4 @@
- [ ] more advanced errors, not just `error('message')`
- [ ] VLS for autocomplete, refactoring, go to definition etc
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Remove `foo = 0` for `&Foo`