test: Added command for running tests.

This commit is contained in:
2025-12-29 16:09:48 -05:00
parent a91d629556
commit 4604b16ebe

6
bin/run-tests Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env -S nu -n
# Run all tests for the package
def main [] {
fd _test -x '{}'
}