mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix a syntax error
This commit is contained in:
parent
c67fc4f3a7
commit
e6f651978e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -235,8 +235,8 @@ jobs:
|
|||||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||||
- name: -usecache
|
- name: -usecache
|
||||||
run: |
|
run: |
|
||||||
./v -o v2 -usecache cmd/v
|
./v -o v2 -usecache cmd/v
|
||||||
./v -usecache examples/tetris/tetris.v
|
./v -usecache examples/tetris/tetris.v
|
||||||
- name: Fixed tests
|
- name: Fixed tests
|
||||||
run: |
|
run: |
|
||||||
./v -silent test-fixed
|
./v -silent test-fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user