debug(ci): simplify debug workflow to isolate failure

This commit is contained in:
2026-05-13 12:29:39 +03:00
parent e0037ae817
commit cde443679e
2 changed files with 14 additions and 29 deletions
+7
View File
@@ -0,0 +1,7 @@
import std/unittest
import barabadb/core/types
suite "Minimal":
test "Value creation":
let v = Value(kind: vkInt, intVal: 42)
check v.intVal == 42