mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix ci.yml (add missing required run:
line to a task)
This commit is contained in:
parent
345d4d60e5
commit
a4e8b9cabe
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -248,6 +248,7 @@ jobs:
|
|||||||
./v3 version
|
./v3 version
|
||||||
./v3 -o tetris -usecache examples/tetris/tetris.v
|
./v3 -o tetris -usecache examples/tetris/tetris.v
|
||||||
- name: V self compilation with -parallel-cc
|
- name: V self compilation with -parallel-cc
|
||||||
|
run: |
|
||||||
./v -o v2 -parallel-cc cmd/v
|
./v -o v2 -parallel-cc cmd/v
|
||||||
- name: Test password input
|
- name: Test password input
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user