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:
parent
2a696cb837
commit
867929e0b4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user