From b1c042b3eaeee627c7381cfee4a9726d5efe6f36 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 20 Aug 2020 08:31:59 +0200 Subject: [PATCH] ci: test v self compilation 4 times with tcc --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4916cbab..07bc67523e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: # ./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: Test building v tools run: ./v build-tools - name: v vet