From 1aadd3e59c6921acfdd437640ed7d2b530662553 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 13 May 2023 02:15:58 +0200 Subject: [PATCH] ci: build news fetcher with -prod --- .github/workflows/macos_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index 8ac8261238..77c40c4bb1 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -72,6 +72,9 @@ jobs: run: | ./v -autofree -o tetris examples/tetris/tetris.v ./v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog + - name: Build examples with -prod + run: | + ./v -prod examples/news_fetcher.v - name: v doctor run: | ./v doctor