1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: run tests with -prod

This commit is contained in:
Alexander Medvednikov 2020-07-11 12:19:59 +02:00
parent 2a696cb837
commit 867929e0b4

View File

@ -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