You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -193,7 +174,7 @@ Please note that some tests will be skipped unless you run them with the docker
193
174
- run the tests
194
175
195
176
```bash
196
-
./extras/test/libs/bats-core/bin/bats test
177
+
./extras/test/libs/bats-core/bin/bats extras/test
197
178
```
198
179
199
180
Using [parallel](https://www.gnu.org/software/parallel), adding ```--jobs 10``` to the above (adjust the number accordingly) will allow you to execute more tests in parallel and in turn possibly decrease the total time required to complete the run.
0 commit comments