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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user