Skip to content

Commit c192007

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

+5
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'
158+
154159
rustfmt:
155160
name: rustfmt
156161
runs-on: ubuntu-18.04

test

-1
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)