We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v -W should-compile-all ~/.vmodules/msgpack/examples/
1 parent 2e4fdea commit 07ae9d9Copy full SHA for 07ae9d9
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Ensure docs is OK
33
run: v check-md ~/.vmodules/msgpack/README.md
34
35
+ - name: Ensure all examples compile with -W
36
+ run: v -W should-compile-all ~/.vmodules/msgpack/examples/
37
+
38
- name: Run basic example with -Wimpure-v
39
run: v -Wimpure-v crun ~/.vmodules/msgpack/examples/basic.v
40
0 commit comments