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

cmd: rename test-vet to test-cleancode

This commit is contained in:
Delyan Angelov
2020-11-15 16:24:25 +02:00
parent 9cf5a31faf
commit 4559b4138f
3 changed files with 8 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ jobs:
run: echo $VFLAGS $GITHUB_SHA $GITHUB_REF
- name: Build local v
run: make -j4
- name: v test-vet
run: ./v -silent test-vet
- name: v test-cleancode
run: ./v -silent test-cleancode
- name: v test-fmt
run: ./v -silent test-fmt