github actions: no default features / run all tests

This commit is contained in:
Carter Anderson 2020-05-28 23:07:59 -07:00
parent 43924ba8fc
commit cb81f3a6f0

View File

@ -21,4 +21,5 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all --no-default-features --features headless