We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23a7be commit 9eb2b44Copy full SHA for 9eb2b44
ci/run.bash
@@ -32,8 +32,8 @@ if [ -z "$SKIP_TESTS" ]; then
32
33
runtest --test dist -- --test-threads 1
34
35
- find ./tests -maxdepth 1 -type f ! -path '*/dist.rs' -name '*.rs' \
36
- | sed -E 's@\./tests/(.+)\.rs@\1@g' \
+ find tests -maxdepth 1 -type f ! -path '*/dist.rs' -name '*.rs' \
+ | sed -e 's@^tests/@@;s@\.rs$@@g' \
37
| while read -r test; do
38
runtest --test "${test}"
39
done
0 commit comments