We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9958f84 commit c192007Copy full SHA for c192007
.github/workflows/ci.yml
@@ -151,6 +151,11 @@ jobs:
151
cd bench
152
./run rust --no-run --verbose
153
154
+ - if: matrix.build == 'nightly'
155
+ name: Run tests with pattern feature
156
+ run: |
157
+ cargo test --test default --no-default-features --features 'std pattern'
158
+
159
rustfmt:
160
name: rustfmt
161
runs-on: ubuntu-18.04
test
@@ -21,7 +21,6 @@ features=(
21
"std perf-dfa"
22
"std perf-inline"
23
"std perf-literal"
24
- "std pattern"
25
)
26
for f in "${features[@]}"; do
27
echo "===== FEATURE: $f (default) ==="
0 commit comments