Merge pull request #6 from blueflare-energy/vdso-timer-fix

Clock diagnostics + VM sanity guard for issue #3 (DT fix bench-gated)
This commit is contained in:
2026-08-31 09:58:37 -04:00
committed by GitHub
6 changed files with 200 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
run: |
set -o pipefail
: > /tmp/test.log
for d in sim tools/config-lint qemu/rs485-bridge; do
for d in sim tools/config-lint qemu/rs485-bridge qemu/tests/clockprobe; do
echo "== cargo test in $d ==" | tee -a /tmp/test.log
( cd "$d" && cargo test --locked ) 2>&1 | tee -a /tmp/test.log
done