CI: use --all-features

This commit is contained in:
Harald Hoyer 2020-10-12 09:41:05 +02:00
parent edb93314e3
commit 8d046cb502

View file

@ -16,6 +16,6 @@ jobs:
- name: Run fmt - name: Run fmt
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose --all-features
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose --all-features