[#355] Add test for arrangement library
This commit is contained in:
parent
31c9481fda
commit
a623790443
2 changed files with 6 additions and 0 deletions
|
|
@ -946,6 +946,11 @@ A collection of scripts developed by [@justone](https://github.com/justone).
|
|||
|
||||
Turn babashka scripts into binaries using GraalVM `native-image`.
|
||||
|
||||
#### [arrangement](https://github.com/greglook/clj-arrangement)
|
||||
|
||||
A micro-library which provides a total-ordering comparator for Clojure
|
||||
values. Tested with version `1.2.0`.
|
||||
|
||||
## Package babashka script as a AWS Lambda
|
||||
|
||||
AWS Lambda runtime doesn't support signals, therefore babashka has to disable
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ script/lib_tests/medley_test
|
|||
script/lib_tests/babashka_curl_test
|
||||
script/lib_tests/cprop_test
|
||||
script/lib_tests/comb_test
|
||||
script/lib_tests/arrangement_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue