debug(ci): simplify debug workflow to isolate failure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user