We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c823 commit 2e4fdeaCopy full SHA for 2e4fdea
1 file changed
.github/workflows/ci.yml
@@ -32,9 +32,12 @@ jobs:
32
- name: Ensure docs is OK
33
run: v check-md ~/.vmodules/msgpack/README.md
34
35
- - name: Run example with -Wimpure-v
+ - name: Run basic example with -Wimpure-v
36
run: v -Wimpure-v crun ~/.vmodules/msgpack/examples/basic.v
37
38
+ - name: Run bench example
39
+ run: v run ~/.vmodules/msgpack/examples/bench_msgpack_json_vs_json2.v
40
+
41
- name: Run example with -prod -cstrict -Wimpure-v -cc clang
42
run: |
43
cd ~/.vmodules/msgpack
0 commit comments