Skip to content

Commit 07ae9d9

Browse files
committed
ci: add a v -W should-compile-all ~/.vmodules/msgpack/examples/ step too
1 parent 2e4fdea commit 07ae9d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Ensure docs is OK
3333
run: v check-md ~/.vmodules/msgpack/README.md
3434

35+
- name: Ensure all examples compile with -W
36+
run: v -W should-compile-all ~/.vmodules/msgpack/examples/
37+
3538
- name: Run basic example with -Wimpure-v
3639
run: v -Wimpure-v crun ~/.vmodules/msgpack/examples/basic.v
3740

0 commit comments

Comments
 (0)