mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: prevent future changes to cmd/tools/vpm/common.v, that introduce warnings/notices to pass in PRs
This commit is contained in:
parent
ff85408722
commit
717deacf52
1 changed files with 5 additions and 2 deletions
7
.github/workflows/vpm_ci.yml
vendored
7
.github/workflows/vpm_ci.yml
vendored
|
@ -68,5 +68,8 @@ jobs:
|
||||||
key: ${{ runner.os }}-${{ github.sha }}
|
key: ${{ runner.os }}-${{ github.sha }}
|
||||||
- name: Show git version
|
- name: Show git version
|
||||||
run: git version
|
run: git version
|
||||||
- name: Test
|
- name: Build and test VPM
|
||||||
run: cd vlang && ./v -cc ${{ matrix.cc }} -d network test cmd/tools/vpm
|
run: |
|
||||||
|
cd vlang
|
||||||
|
./v -W -N cmd/tools/vpm
|
||||||
|
./v -cc ${{ matrix.cc }} -d network test cmd/tools/vpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue