From 867929e0b40bb90b72e42ac57cb178c621f94ebd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 11 Jul 2020 12:19:59 +0200 Subject: [PATCH] ci: run tests with -prod --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4558e716bd..8df6cff00a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,6 +164,8 @@ jobs: - name: Fixed tests run: | ./v test-fixed + - name: Fixed tests (-prod) + run: ./v -o vprod -prod cmd/v && ./vprod test-fixed - name: Build examples run: ./v build-examples - name: x64 machine code generation