Update the workflow to build with all targets

This commit is contained in:
Simon Johnston 2020-08-18 12:51:25 -07:00 committed by GitHub
parent dc11634aca
commit e025aef4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
- name: Document
run: cargo doc --verbose --all-features --no-deps