mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix v symlink
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
run: ./v test v
|
||||
# - name: Test v->js
|
||||
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
- name: Test symlink
|
||||
run: ./v symlink && v -o v2 v.v
|
||||
- name: Test vid
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/vid.git
|
||||
|
||||
Reference in New Issue
Block a user