mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-12 07:32:56 +00:00
.github: Test building of tests on each commit
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
735457f0e1
commit
a63d526423
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Debug Check (default features)
|
||||
run: |
|
||||
git rev-list origin/main..$GITHUB_SHA | xargs -t -I % sh -c 'git checkout %; cargo check --all --target=${{ matrix.target }}'
|
||||
git rev-list origin/main..$GITHUB_SHA | xargs -t -I % sh -c 'git checkout %; cargo check --tests --all --target=${{ matrix.target }}'
|
||||
git checkout $GITHUB_SHA
|
||||
|
||||
- name: Build (default features)
|
||||
|
Loading…
x
Reference in New Issue
Block a user