Compare commits

..

1 Commits

Author SHA1 Message Date
a0afe482f9 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / EspressoReports (pull_request) Failing after 27s
2025-03-19 22:02:39 +01:00

View File

@ -14,11 +14,8 @@ jobs:
run: git fetch --tags -p run: git fetch --tags -p
- name: Check KVM - name: Check KVM
run: | run: |
apt update apt-get install cpu-checker
echo "check virtu"
egrep -c '(vmx|svm)' /proc/cpuinfo egrep -c '(vmx|svm)' /proc/cpuinfo
echo "install"
apt install -y cpu-checker
kvm-ok kvm-ok
- uses: actions/setup-java@v4 - uses: actions/setup-java@v4
with: with: