Skip to content

Commit b6c7636

Browse files
committed
ci: test pattern feature with nightly
1 parent 9958f84 commit b6c7636

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ jobs:
151151
cd bench
152152
./run rust --no-run --verbose
153153
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 unicode-perl'
158+
154159
rustfmt:
155160
name: rustfmt
156161
runs-on: ubuntu-18.04

test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ features=(
2121
"std perf-dfa"
2222
"std perf-inline"
2323
"std perf-literal"
24-
"std pattern"
2524
)
2625
for f in "${features[@]}"; do
2726
echo "===== FEATURE: $f (default) ==="

0 commit comments

Comments
 (0)