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