Fork me on GitHub
#babashka-sci-dev
<
2022-06-15
>
borkdude19:06:51

@cldwalker Found a way to add libtests to babashka CI without copying all the sources This is for prismatic/schema: https://github.com/babashka/babashka/commit/14b177ad2164518fc5f9a50ac853c5fa1805c7e6

cldwalker13:06:41

Nice! BB-TEST-PATCH should mark most of the exceptions. I think only a 1/3 of libs have that

borkdude19:06:50

I think we could basically re-use the libtests alias in deps.edn to deduplicate this data and make the add lib tests redundant for most libs

borkdude19:06:15

except when we need to make tweaks in the tests

borkdude19:06:24

which many tests have, so maybe I was too optimistic :)