seguid / seguid-javascript

SEGUID v2: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
https://www.seguid.org
MIT License
0 stars 1 forks source link

NOTES: make check-cli #7

Closed HenrikBengtsson closed 6 months ago

HenrikBengtsson commented 6 months ago

I've added a Makefile, which provides make check-cli. You need bats-core. Then you can run all CLI checks using:

$ make check-cli

Right now, it'll produce a fair bit of errors, some of them due to the issues I've created thus far.

After figuring out which GitHub Actions to use for npm, it shouldn't be too hard to run this tests there, cf. https://github.com/seguid/seguid-python/blob/main/.github/workflows/check-cli.yml

louisabraham commented 6 months ago

See my modifications