mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2026-08-26 11:03:33 -04:00
test: Added command for running tests.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env -S nu -n
|
||||||
|
|
||||||
|
# Run all tests for the package
|
||||||
|
def main [] {
|
||||||
|
fd _test -x '{}'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user