mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: build cmd/tools/fast
This commit is contained in:
parent
ad3835b598
commit
b9d418f46a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user