diff --git a/.github/workflows/integration_tests_validation.yaml b/.github/workflows/integration_tests_validation.yaml index c5e86bb94..eced7e141 100644 --- a/.github/workflows/integration_tests_validation.yaml +++ b/.github/workflows/integration_tests_validation.yaml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d19db329c..99b0faa17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: