Enable globIgnorePaths by default

This commit is contained in:
Lucien Greathouse
2020-06-17 14:42:46 -07:00
parent a3edb93273
commit 940aff7ef4
5 changed files with 6 additions and 18 deletions

View File

@@ -36,10 +36,4 @@ jobs:
run: |
cargo fmt -- --check
cargo clippy
if: matrix.rust_version == 'stable'
- name: Build (All Features)
run: cargo build --locked --verbose --all-features
- name: Run tests (All Features)
run: cargo test --locked --verbose --all-features
if: matrix.rust_version == 'stable'