mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
tests: Correct heading in static checks test
The github static checks action has a section heading called "Building rust". It doesn't actually build rust, though, just installs it with rustup. Correct the misleading message. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
967db0cbcc
commit
851d5f8613
2
.github/workflows/static-checks.yaml
vendored
2
.github/workflows/static-checks.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
cd ${GOPATH}/src/github.com/${{ github.repository }} && ./ci/setup.sh
|
||||
env:
|
||||
GOPATH: ${{ runner.workspace }}/kata-containers
|
||||
- name: Building rust
|
||||
- name: Installing rust
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||
run: |
|
||||
cd ${GOPATH}/src/github.com/${{ github.repository }} && ./ci/install_rust.sh
|
||||
|
Loading…
Reference in New Issue
Block a user