Skip to content

Commit

Permalink
ci: test pattern feature with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed May 5, 2021
1 parent 9958f84 commit c192007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -151,6 +151,11 @@ jobs:
cd bench
./run rust --no-run --verbose
- if: matrix.build == 'nightly'
name: Run tests with pattern feature
run: |
cargo test --test default --no-default-features --features 'std pattern'
rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
Expand Down
1 change: 0 additions & 1 deletion test
Expand Up @@ -21,7 +21,6 @@ features=(
"std perf-dfa"
"std perf-inline"
"std perf-literal"
"std pattern"
)
for f in "${features[@]}"; do
echo "===== FEATURE: $f (default) ==="
Expand Down

0 comments on commit c192007

Please sign in to comment.