ci: run tests with -prod
parent
2a696cb837
commit
867929e0b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue