Skip to content

Commit

Permalink
ci: include msgpack in v_apps_and_modules_compile_ci.yml (#20137)
Browse files Browse the repository at this point in the history
  • Loading branch information
enghitalo committed Dec 10, 2023
1 parent 42a8c7e commit 99d9473
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -119,6 +119,17 @@ jobs:
echo "Execute Tests"
cd /tmp/adventofcode && v run verify.v
- name: Build vlang/msgpack
run: |
echo "Install msgpack"
v install msgpack
echo "Build msgpack"
v -shared ~/.vmodules/msgpack/
echo "Run msgpack tests"
v -stats test ~/.vmodules/msgpack/
echo "MessagePack examples should compile"
v should-compile-all ~/.vmodules/msgpack/examples
# - name: Build VEX
# run: |
Expand Down

0 comments on commit 99d9473

Please sign in to comment.