From 0115c5e76cd5f611030e71d4816f6e6c49024bf2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 13 Jun 2020 18:41:04 +0200 Subject: [PATCH] ci: bring back -autofree self test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca190e71d4..c0d97eb71a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: echo "Running it..." ls - name: V self compilation with -autofree - run: echo "TODO" #./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v + run: ./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v # - name: SDL examples # run: git clone --depth 1 https://github.com/vlang/sdl && cd sdl