We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad7dbb commit 9407cb1Copy full SHA for 9407cb1
2 files changed
bin/setup
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
-#/ Usage: bin/test [<configuration>]
3
-#/ Description: Runs all the tests for the target frameworks: netstandard2.1 and net8.0
+#/ Usage: bin/setup
+#/ Description: Sets up the dependencies needed to develop this project
4
source bin/helpers/_utils.sh
5
set_source_and_root_dir
6
bin/test
+#/ Usage: bin/test
+#/ Description: Runs all the unit tests for this project
0 commit comments