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
- name: Check KVM
run: |
apt update
echo "check virtu"
apt-get install cpu-checker
egrep -c '(vmx|svm)' /proc/cpuinfo
echo "install"
apt install -y cpu-checker
kvm-ok
- uses: actions/setup-java@v4
with: