mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
Organize the workflows to adapt Makefile.
This commit is contained in:
parent
bc566d84bb
commit
d9286ad45c
@ -42,8 +42,6 @@ jobs:
|
||||
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
|
||||
sudo mv runc.amd64 /usr/bin/runc
|
||||
sudo chmod 755 /usr/bin/runc
|
||||
- name: Build
|
||||
run: make build
|
||||
- name: Validate tests on runc
|
||||
run: cd scripts && ./rust_integration_tests.sh runc
|
||||
- name: Validate tests on youki
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
cd ./crates
|
||||
cargo llvm-cov clean --workspace
|
||||
cargo llvm-cov --no-report
|
||||
cargo llvm-cov --no-run --lcov --ignore-filename-regex "integration_test/src|test_framework/src|systemd_api.rs" --output-path ./coverage.lcov
|
||||
cargo llvm-cov --no-run --lcov --ignore-filename-regex "libcgroups/src/systemd/dbus/systemd_api.rs" --output-path ./coverage.lcov
|
||||
- name: Upload Youki Code Coverage Results
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user