mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
ci: do not run test for vrc-get-gui
This commit is contained in:
parent
4d36a402df
commit
41eb1a2cce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -110,10 +110,10 @@ jobs:
|
|||
target/${{ matrix.triple }}/debug/vrc-get*
|
||||
target/${{ matrix.triple }}/debug/libvrc-get*
|
||||
- name: Build tests
|
||||
run: cargo build --tests --target ${{ matrix.triple }} --workspace --exclude vrc-get-litedb
|
||||
run: cargo build --tests --target ${{ matrix.triple }} -p vrc-get -p vrc-get-vpm
|
||||
- name: Run tests
|
||||
if: ${{ matrix.run-test }}
|
||||
run: cargo test --verbose --target ${{ matrix.triple }} --workspace --exclude vrc-get-litedb
|
||||
run: cargo test --verbose --target ${{ matrix.triple }} -p vrc-get -p vrc-get-vpm
|
||||
- name: Check binary is statically linked
|
||||
shell: bash
|
||||
if: ${{ matrix.static-linked }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue