Add native UI decision and testing workflow
CI / rust (push) Successful in 32s

This commit is contained in:
2026-08-31 15:05:20 -07:00
parent 29ffed1206
commit a703b5a5ee
13 changed files with 365 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
[profile.default]
fail-fast = false
failure-output = "immediate-final"
slow-timeout = { period = "30s", terminate-after = 2 }
[profile.ci]
fail-fast = false
retries = 0
status-level = "pass"
final-status-level = "slow"
slow-timeout = { period = "30s", terminate-after = 2 }