duckscript/test/helper.ds
sagie gur ari cad5839da5 release
2023-01-21 17:03:01 +00:00

7 lines
131 B
Plaintext

fn skip_unstable
value = get_env CARGO_MAKE_DUCKSCRIPT_SKIP_UNSTABLE_TESTS
skip = eq ${value} true
return ${skip}
end