1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: fix tests

This commit is contained in:
Alexander Medvednikov
2020-10-15 12:45:34 +02:00
parent 3d4ab7de1e
commit 8b13f3b53f
9 changed files with 12 additions and 12 deletions

View File

@@ -116,10 +116,10 @@ jobs:
tcc -version
./v -cg -o v cmd/v # Make sure vtcc can build itself twice
# ./v -silent test-compiler
- name: Fixed tests
run: ./v test-fixed
- name: v self compilation
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
- name: Fixed tests
run: ./v test-fixed
- name: Test building v tools
run: ./v build-tools
- name: v doctor