mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: check more compile flag combinations in puzzle_vibes_ci.yml
This commit is contained in:
parent
375051f6a2
commit
1dd5f8eb2c
1 changed files with 9 additions and 0 deletions
9
.github/workflows/puzzle_vibes_ci.yml
vendored
9
.github/workflows/puzzle_vibes_ci.yml
vendored
|
@ -53,5 +53,14 @@ jobs:
|
|||
- name: Check PV compiles with -g
|
||||
run: cd puzzle_vibes && v -g .
|
||||
|
||||
- name: Check PV compiles with -skip-unused
|
||||
run: cd puzzle_vibes && v -skip-unused .
|
||||
|
||||
- name: Check PV compiles with both -g and -skip-unused
|
||||
run: cd puzzle_vibes && v -g -skip-unused .
|
||||
|
||||
- name: Check PV compiles with -prod
|
||||
run: cd puzzle_vibes && v -prod .
|
||||
|
||||
- name: Check PV compiles with -prod and -g and -skip-unused
|
||||
run: cd puzzle_vibes && v -prod -g -skip-unused .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue