ci: prevent future changes to cmd/tools/vpm/common.v, that introduce warnings/notices to pass in PRs

This commit is contained in:
Delyan Angelov 2025-05-21 13:51:00 +03:00
parent ff85408722
commit 717deacf52
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -68,5 +68,8 @@ jobs:
key: ${{ runner.os }}-${{ github.sha }}
- name: Show git version
run: git version
- name: Test
run: cd vlang && ./v -cc ${{ matrix.cc }} -d network test cmd/tools/vpm
- name: Build and test VPM
run: |
cd vlang
./v -W -N cmd/tools/vpm
./v -cc ${{ matrix.cc }} -d network test cmd/tools/vpm