From 03ffe49aa372e0c7fca23dfb3b9ef49ebe1859da Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 1 Jul 2020 20:17:01 +0200 Subject: [PATCH] ci: fix a typo --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e0747b88..0783f0f897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,12 @@ jobs: run: ./v test-fixed - name: Test building v tools run: ./v build-tools - - name: ./v vet + - name: v vet run: | - v vet vlib/v/parser - v vet vlib/v/ast - v vet vlib/v/gen/cgen.v - v vet vlib/v/checker + ./v vet vlib/v/parser + ./v vet vlib/v/ast + ./v vet vlib/v/gen/cgen.v + ./v vet vlib/v/checker # - name: Test v binaries # run: ./v -silent build-vbinaries